Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit f097396

Browse files
committed
DROP
1 parent b3b3f53 commit f097396

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mongodb/src/test/java/org/hibernate/ogm/datastore/mongodb/utils/MongoDBBackendTckHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Hardy Ferentschik
1818
*/
1919
@RunWith(ClasspathSuite.class)
20-
@ClasspathSuite.ClassnameFilters({ "org.hibernate.ogm.backendtck.*" })
21-
//@ClasspathSuite.ClassnameFilters({ ".*BuiltInTypeTest" })
20+
//@ClasspathSuite.ClassnameFilters({ "org.hibernate.ogm.backendtck.*" })
21+
@ClasspathSuite.ClassnameFilters({ ".*MapTest" })
2222
public class MongoDBBackendTckHelper {
2323
}

mongodb/src/test/resources/hibernate.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ hibernate.ogm.datastore.database = ogm_test_database
1010
hibernate.ogm.datastore.create_database=true
1111

1212
hibernate.ogm.mongodb.connection_timeout = 1000
13+
hibernate.ogm.datastore.host = 192.168.59.103

0 commit comments

Comments
 (0)