()
| 202 | } |
| 203 | |
| 204 | @Test |
| 205 | public void testEqualsSame() throws Exception { |
| 206 | final TSQuery query = new TSQuery(); |
| 207 | query.setStart("1h-ago"); |
| 208 | final QueryStats stats = new QueryStats(remote, query, headers); |
| 209 | assertTrue(stats.equals(stats)); |
| 210 | } |
| 211 | |
| 212 | @Test |
| 213 | public void markComplete() throws Exception { |