()
| 332 | } |
| 333 | |
| 334 | @Test (expected = IllegalStateException.class) |
| 335 | public void syncToStorageNoChanges() throws Exception { |
| 336 | note.setTSUID(TSUID); |
| 337 | note.setStartTime(1388450562L); |
| 338 | note.syncToStorage(tsdb, false).joinUninterruptibly(); |
| 339 | } |
| 340 | |
| 341 | @Test |
| 342 | public void getStorageJSONTags() throws Exception { |
nothing calls this directly
no test coverage detected