Skip to content

Commit 32b78d9

Browse files
author
a-brandt
committed
issue #47 fixed test
1 parent 637de70 commit 32b78d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/test/java/com/arangodb/ArangoDriverCursorTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ public void test_CursorResult_profile() throws ArangoException {
283283
// extra.profile has to be null
284284
assertThat(object, is(nullValue()));
285285
}
286+
driver.deleteQueryCache();
286287
{
287288
// with profiling
288289
aqlQueryOptions.setProfile(true);
@@ -312,6 +313,7 @@ public void test_DocumentCursor_profile() throws ArangoException {
312313
// extra.profile has to be null
313314
assertThat(object, is(nullValue()));
314315
}
316+
driver.deleteQueryCache();
315317
{
316318
// with profiling
317319
aqlQueryOptions.setProfile(true);

0 commit comments

Comments
 (0)