()
| 178 | } |
| 179 | |
| 180 | @Test (expected = IllegalArgumentException.class) |
| 181 | public void deleteNullType() throws Exception { |
| 182 | meta = new UIDMeta(null, "000001"); |
| 183 | meta.delete(tsdb); |
| 184 | } |
| 185 | |
| 186 | @Test (expected = IllegalArgumentException.class) |
| 187 | public void deleteNullUID() throws Exception { |