Fixed database tests
diff --git a/CHANGES b/CHANGES
index febbab7..572f9f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-0.44 2014-09-27
+0.44 2014-09-28
- [feature] Match collector using database for distributed search (diewald)
- [bugfix] Unified boundary handling and prevent nullpointer
exceptions on parsing (diewald)
@@ -7,6 +7,7 @@
- [performance] Updated Lucene dependency from 4.3.1 to 4.5.1 (diewald)
- [performance] Updated Jackson dependency from 2.2.2 to 2.4.0 (diewald)
- [bugfix] Return matches correctly with JSON (diewald)
+ - [bugfix] Repare database tests working with temporary databases (diewald)
0.43 2014-09-23
- [cleanup] Made a lot of stuff rely on KorapResponse (diewald)