[testng] 28/160: Fix TestCommandLineArgs
    Eugene Zhukov 
    eugene-guest at moszumanska.debian.org
       
    Tue Aug 18 10:22:18 UTC 2015
    
    
  
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 <rschmitt at pobox.com>
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
    
    
More information about the pkg-java-commits
mailing list