You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2014/02/25 06:33:15 UTC

svn commit: r1571583 - /incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java

Author: brett
Date: Tue Feb 25 06:33:15 2014
New Revision: 1571583

URL: http://svn.apache.org/r1571583
Log:
Update for new output format

The line numbers now have 4 elements - remove the non-essential part so
that it works across multiple tools versions

Modified:
    incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java

Modified: incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java
URL: http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java?rev=1571583&r1=1571582&r2=1571583&view=diff
==============================================================================
--- incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java (original)
+++ incubator/npanday/npanday-its/trunk/src/test/java/npanday/its/NPANDAY_202_MsBuildErrorHandlingTest.java Tue Feb 25 06:33:15 2014
@@ -46,7 +46,7 @@ public class NPANDAY_202_MsBuildErrorHan
         }
         catch ( VerificationException e )
         {
-            verifier.verifyTextInLog( "Class1.cs(29,28): error CS1002: ; expected" );
+            verifier.verifyTextInLog( "error CS1002: ; expected" );
         }
         verifier.resetStreams();
     }