This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag testng-6.9.5
in repository testng.

commit e3f55a16afdc63b640adc4405b0219ae205ab234
Author: Ryan Schmitt <[email protected]>
Date:   Sat May 30 16:01:06 2015 -0700

    Fix TestCommandLineArgs
---
 src/test/java/test/ant/TestCommandLineArgs.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/test/ant/TestCommandLineArgs.java 
b/src/test/java/test/ant/TestCommandLineArgs.java
index 7d82391..641f5bd 100644
--- a/src/test/java/test/ant/TestCommandLineArgs.java
+++ b/src/test/java/test/ant/TestCommandLineArgs.java
@@ -40,7 +40,7 @@ public class TestCommandLineArgs
   @Test
   public void testPathResolution()
   {
-    File file = new File("build.xml");
+    File file = new File("pom.xml");
 
     assert file.exists();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/testng.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to