[Yanel-commits] rev 23670 - public/yanel/trunk/src/contributions/resources/wiki/src/test/htmlunit/org/wyona/yanel/impl/resources

josias at wyona.com josias at wyona.com
Wed Apr 11 22:43:28 CEST 2007


Author: josias
Date: 2007-04-11 22:43:27 +0200 (Wed, 11 Apr 2007)
New Revision: 23670

Modified:
   public/yanel/trunk/src/contributions/resources/wiki/src/test/htmlunit/org/wyona/yanel/impl/resources/WikiResourceWebTest.java
Log:
use sample page of use-cases realm, because the wiki page in the yanel-website realm does not exist anymore

Modified: public/yanel/trunk/src/contributions/resources/wiki/src/test/htmlunit/org/wyona/yanel/impl/resources/WikiResourceWebTest.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/wiki/src/test/htmlunit/org/wyona/yanel/impl/resources/WikiResourceWebTest.java	2007-04-11 20:20:55 UTC (rev 23669)
+++ public/yanel/trunk/src/contributions/resources/wiki/src/test/htmlunit/org/wyona/yanel/impl/resources/WikiResourceWebTest.java	2007-04-11 20:43:27 UTC (rev 23670)
@@ -32,7 +32,7 @@
      * Loads a page and verifies its title.
      */
     public void testXMLResource() throws Exception {
-        loadHtmlPage("yanel-website/wiki/hello-world.html");
+        loadHtmlPage("test/use-cases/hello/wiki/hello-world.html");
         assertTitleEquals("A Wiki page - Yanel");
         assertPageContainsText("Wiki Test Page");
     }




More information about the Yanel-commits mailing list