Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update H2 version used for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Aug 7, 2014
1 parent 805ec44 commit ac70061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -222,6 +222,11 @@
<artifactId>protobuf-java</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.180</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down
Expand Up @@ -113,6 +113,7 @@ private void testHashChange(Function<HDocument, Void> mutator,
ITERATION_SLUG, DOC_ID);
mutator.apply(doc);

System.out.println("===== Modified: " + doc.getLastModifiedBy());
// force a flush on the DB
getSession().flush();

Expand Down

0 comments on commit ac70061

Please sign in to comment.