You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/09/30 20:36:39 UTC

svn commit: r1177769 - /tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy

Author: hlship
Date: Fri Sep 30 18:36:39 2011
New Revision: 1177769

URL: http://svn.apache.org/viewvc?rev=1177769&view=rev
Log:
TAP5-1678: Create an internal library, with an internal layout for builtin pages (PageCatalog, ServiceStatus)

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy?rev=1177769&r1=1177768&r2=1177769&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app3/PageCatalogTests.groovy Fri Sep 30 18:36:39 2011
@@ -9,13 +9,15 @@ class PageCatalogTests extends SeleniumT
     @Test
     void load_page_catalog_page()
     {
+        def title = "Tapestry 5: Page Catalog"
+
         open("${baseURL}pagecatalog")
 
-        assertTitle "Tapestry Page Catalog"
+        assertTitle title
 
         clickAndWait "link=clear the cache"
 
-        assertTitle "Tapestry Page Catalog"
+        assertTitle title
 
         assertTextPresent "Page cache cleared"