Skip to content

Commit

Permalink
Don't make TZ assumptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 25, 2010
1 parent bfcb180 commit 59f3aff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ public void exactSearchTest()
selenium.type(CODE_SEARCH_INPUT, "toggle_visibility(id)");
waitHttp(selenium).click(SEARCH_BUTTON);

assertTrue(selenium.isTextPresent("Posted by graham on 3 Feb 2009 at 12:01AM"), "A page should contain 'Posted by graham ...'");
assertTrue(selenium.isTextPresent("Posted by graham on 3 Feb 2009"), "A page should contain 'Posted by graham ...'");
assertTrue(selenium.isTextPresent("Language: JavaScript"), "A page should contain 'Language: JavaScript'");
assertTrue(selenium.isTextPresent("var e = document.ge"), "A page should contain the code fragment found");
assertFalse(selenium.isElementPresent(ACTIVE_FIRST_PAGE_LINK)); //assert that only one record was found
Expand Down

0 comments on commit 59f3aff

Please sign in to comment.