You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ba...@apache.org on 2015/05/04 03:43:26 UTC

svn commit: r1677516 - /continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java

Author: batkinson
Date: Mon May  4 01:43:26 2015
New Revision: 1677516

URL: http://svn.apache.org/r1677516
Log:
Updated build report web test with new date validation message.

Modified:
    continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java

Modified: continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java?rev=1677516&r1=1677515&r2=1677516&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java (original)
+++ continuum/trunk/continuum-webapp-test/src/test/testng/org/apache/continuum/web/test/ReportTest.java Mon May  4 01:43:26 2015
@@ -89,7 +89,7 @@ public class ReportTest
         clickButtonWithValue( "View Report" );
 
         assertProjectBuildReportWithFieldError();
-        assertTextPresent( "Start Date must be earlier than the End Date" );
+        assertTextPresent( "Invalid date range: start date must be earlier than the end date." );
     }
 
     public void testViewBuildsReportWithFailedBuild()