()
| 122 | */ |
| 123 | |
| 124 | @Test |
| 125 | public void fsckNoData() throws Exception { |
| 126 | storage.flushStorage(); |
| 127 | int errors = (Integer)fsck.invoke(null, client, |
| 128 | UID_TABLE, false, false); |
| 129 | assertEquals(0, errors); |
| 130 | } |
| 131 | |
| 132 | @Test |
| 133 | public void fsckNoErrors() throws Exception { |
nothing calls this directly
no test coverage detected