Skip to content

Commit 3bff699

Browse files
committed
new delim
1 parent 2f092ea commit 3bff699

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/vertx.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defaultTasks = ['assemble']
4242
sourceCompatibility = '1.7'
4343
targetCompatibility = '1.7'
4444

45-
project.ext.moduleName = "$modowner#$modname#$version"
45+
project.ext.moduleName = "$modowner~$modname~$version"
4646

4747
if (produceJar == 'false') {
4848
jar.enabled = false

src/test/java/org/vertx/mods/mongo/test/integration/java/PersistorTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public void handle(String depID) {
5858
@Test
5959
public void testPersistor() throws Exception {
6060

61-
System.out.println("in testPersistor");
62-
6361
//First delete everything
6462
JsonObject json = new JsonObject().putString("collection", "testcoll")
6563
.putString("action", "delete").putObject("matcher", new JsonObject());
@@ -94,7 +92,6 @@ public void handle(Message<JsonObject> reply) {
9492
}
9593
});
9694

97-
System.out.println("test complete!!");
9895

9996
}
10097

0 commit comments

Comments
 (0)