azkaban-aplcache

Details

unit/build.xml 2(+1 -1)

diff --git a/unit/build.xml b/unit/build.xml
index 40566ca..76f80bc 100644
--- a/unit/build.xml
+++ b/unit/build.xml
@@ -153,7 +153,7 @@
       <report todir="${test.output.dir}" />
     </junitreport>
 
-    <fail message="Unit tests failed." if="test.failure" />
+    <fail message="Unit tests failed. See ${test.output.dir} for a summary of test results." if="test.failure" />
   </target>
 
   <target name="test" depends="test-junit" description="Runs tests">
diff --git a/unit/java/azkaban/test/project/JdbcProjectLoaderTest.java b/unit/java/azkaban/test/project/JdbcProjectLoaderTest.java
index a6edb98..7474c27 100644
--- a/unit/java/azkaban/test/project/JdbcProjectLoaderTest.java
+++ b/unit/java/azkaban/test/project/JdbcProjectLoaderTest.java
@@ -35,7 +35,6 @@ import azkaban.utils.PropsUtils;
 
 public class JdbcProjectLoaderTest {
 	private static boolean testDBExists;
-	//@TODO remove this and turn into local host.
 	private static final String host = "localhost";
 	private static final int port = 3306;
 	private static final String database = "test";