File tree 2 files changed +1
-4
lines changed
src/test/java/org/vertx/mods/mongo/test/integration/java
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ defaultTasks = ['assemble']
42
42
sourceCompatibility = ' 1.7'
43
43
targetCompatibility = ' 1.7'
44
44
45
- project. ext. moduleName = " $modowner # $modname # $version "
45
+ project. ext. moduleName = " $modowner ~ $modname ~ $version "
46
46
47
47
if (produceJar == ' false' ) {
48
48
jar. enabled = false
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ public void handle(String depID) {
58
58
@ Test
59
59
public void testPersistor () throws Exception {
60
60
61
- System .out .println ("in testPersistor" );
62
-
63
61
//First delete everything
64
62
JsonObject json = new JsonObject ().putString ("collection" , "testcoll" )
65
63
.putString ("action" , "delete" ).putObject ("matcher" , new JsonObject ());
@@ -94,7 +92,6 @@ public void handle(Message<JsonObject> reply) {
94
92
}
95
93
});
96
94
97
- System .out .println ("test complete!!" );
98
95
99
96
}
100
97
You can’t perform that action at this time.
0 commit comments