()
| 184 | } |
| 185 | |
| 186 | @Test (expected = IllegalArgumentException.class) |
| 187 | public void deleteNullUID() throws Exception { |
| 188 | meta = new UIDMeta(UniqueIdType.METRIC, null); |
| 189 | meta.delete(tsdb); |
| 190 | } |
| 191 | |
| 192 | @Test (expected = IllegalArgumentException.class) |
| 193 | public void deleteEmptyUID() throws Exception { |