[Yanel-commits] rev 21012 - public/yanel/trunk/src/resources/xml/src/test/junit/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Wed Dec 20 00:20:27 CET 2006


Author: michi
Date: 2006-12-20 00:20:26 +0100 (Wed, 20 Dec 2006)
New Revision: 21012

Modified:
   public/yanel/trunk/src/resources/xml/src/test/junit/org/wyona/yanel/impl/resources/XMLResourceTest.java
Log:
test moved into test realm

Modified: public/yanel/trunk/src/resources/xml/src/test/junit/org/wyona/yanel/impl/resources/XMLResourceTest.java
===================================================================
--- public/yanel/trunk/src/resources/xml/src/test/junit/org/wyona/yanel/impl/resources/XMLResourceTest.java	2006-12-19 23:17:42 UTC (rev 21011)
+++ public/yanel/trunk/src/resources/xml/src/test/junit/org/wyona/yanel/impl/resources/XMLResourceTest.java	2006-12-19 23:20:26 UTC (rev 21012)
@@ -41,14 +41,14 @@
         super.setUp();
         this.testName = "Test for the XML Resource";
         
-        Realm realm = yanel.getMap().getRealm("/yanel-website/");
+        Realm realm = yanel.getMap().getRealm("/test/");
         Path path = new Path("/test-xml-resource.html");
         resource = new XMLResource();
         resource.setPath(path);
         resource.setRealm(realm);
         
         /*
-        String url = "/yanel-website/test-xml-resource.html";
+        String url = "/test/test-xml-resource.html";
         Map map = yanel.getMap();
         Realm realm = yanel.getMap().getRealm(url);
         Path path = yanel.getMap().getPath(realm, url);




More information about the Yanel-commits mailing list