diff --git a/README.md b/README.md index 4f980d7..cc0d062 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ + + sample_ubuntu1204_java ====================== diff --git a/src/test/java/TestApp.java b/src/test/java/TestApp.java index 4688630..2a3957d 100644 --- a/src/test/java/TestApp.java +++ b/src/test/java/TestApp.java @@ -8,7 +8,7 @@ public void testInsertAndGetData() { App app = new App(); result = app.getData(); } finally { - assertEquals("Hope this works!", result); + assertEquals("Hope this works!11!", result); } } }