You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/06/18 16:28:46 UTC

svn commit: r786081 - /myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java

Author: lofwyr
Date: Thu Jun 18 14:28:45 2009
New Revision: 786081

URL: http://svn.apache.org/viewvc?rev=786081&view=rev
Log:
spell

Modified:
    myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java

Modified: myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java?rev=786081&r1=786080&r2=786081&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java (original)
+++ myfaces/tobago/trunk/example/test/src/test/java/org/apache/myfaces/tobago/example/test/TestTheAutomaticSeleniumTest.java Thu Jun 18 14:28:45 2009
@@ -66,7 +66,7 @@
       test.setUp();
       test.testPageConsistency();
       test.tearDown();
-      Assert.fail("The test should has been failed.");
+      Assert.fail("The test should fail, but wasn't.");
     } catch (AssertionError e) {
       if (e.getMessage().contains(AutomaticSeleniumTest.CONTAINS_A_404)) {
         // okay, the error was detected.
@@ -85,7 +85,7 @@
       test.setUp();
       test.testPageConsistency();
       test.tearDown();
-      Assert.fail("The test should has been failed.");
+      Assert.fail("The test should fail, but wasn't.");
     } catch (AssertionError e) {
       if (e.getMessage().contains(AutomaticSeleniumTest.HAS_ERROR_SEVERITY)) {
         // okay, the error was detected.
@@ -104,7 +104,7 @@
       test.setUp();
       test.testPageConsistency();
       test.tearDown();
-      Assert.fail("The test should has been failed.");
+      Assert.fail("The test should fail, but wasn't.");
     } catch (AssertionError e) {
       if (e.getMessage().contains(AutomaticSeleniumTest.IS_BROKEN)) {
         // okay, the error was detected.