Created
August 25, 2010 14:08
-
-
Save pmuir/549572 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
muir@dotterel pastecode]$ cat target/failsafe-reports/TestSuite.txt | |
------------------------------------------------------------------------------- | |
Test set: TestSuite | |
------------------------------------------------------------------------------- | |
Tests run: 6, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 25.969 sec <<< FAILURE! | |
exactSearchTest(org.jboss.weld.examples.pastecode.test.selenium.PasteCodeTest) Time elapsed: 4.915 sec <<< FAILURE! | |
java.lang.AssertionError: A page should contain 'Posted by graham ...' expected:<true> but was:<false> | |
at org.testng.Assert.fail(Assert.java:89) | |
at org.testng.Assert.failNotEquals(Assert.java:443) | |
at org.testng.Assert.assertTrue(Assert.java:37) | |
at org.jboss.weld.examples.pastecode.test.selenium.PasteCodeTest.exactSearchTest(PasteCodeTest.java:171) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment