You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/01/23 17:40:34 UTC

svn commit: r499070 - /maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java

Author: evenisse
Date: Tue Jan 23 08:40:33 2007
New Revision: 499070

URL: http://svn.apache.org/viewvc?view=rev&rev=499070
Log:
Fix typo

Modified:
    maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java

Modified: maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java?view=diff&rev=499070&r1=499069&r2=499070
==============================================================================
--- maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java (original)
+++ maven/continuum/trunk/continuum-webapp-test/src/test/it/org/apache/continuum/web/test/ProjectGroupTest.java Tue Jan 23 08:40:33 2007
@@ -45,7 +45,7 @@
         assertCellValueFromTable( "Goals", tableElement, 0, 0 );
         assertCellValueFromTable( "Arguments", tableElement, 0, 1 );
         assertCellValueFromTable( "Build File", tableElement, 0, 2 );
-        assertCellValueFromTable( "schedule", tableElement, 0, 3 );
+        assertCellValueFromTable( "Schedule", tableElement, 0, 3 );
         assertCellValueFromTable( "From", tableElement, 0, 4 );
         assertCellValueFromTable( "Build Fresh", tableElement, 0, 5 );
         assertCellValueFromTable( "Default", tableElement, 0, 6 );