[Yanel-commits] rev 50433 - in public/yanel/trunk/src/realms/use-cases/yanel: rti src/test/canoo/tests

michi at wyona.com michi at wyona.com
Wed Jun 16 08:54:36 CEST 2010


Author: michi
Date: 2010-06-16 08:54:35 +0200 (Wed, 16 Jun 2010)
New Revision: 50433

Modified:
   public/yanel/trunk/src/realms/use-cases/yanel/rti/lenya.yanel-rc
   public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-alice-user.xml
   public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-lenya-user.xml
Log:
webtests fixed

Modified: public/yanel/trunk/src/realms/use-cases/yanel/rti/lenya.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/rti/lenya.yanel-rc	2010-06-16 05:33:30 UTC (rev 50432)
+++ public/yanel/trunk/src/realms/use-cases/yanel/rti/lenya.yanel-rc	2010-06-16 06:54:35 UTC (rev 50433)
@@ -3,4 +3,7 @@
 <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
   <yanel:rti name="yanel-user" namespace="http://www.wyona.org/yanel/resource/1.0"/>
   <yanel:property name="user" value="lenya"/>  
+
+  <yanel:property name="xslt" value="rthtdocs:/yanel-user-profile.xsl"/>
+  <yanel:property name="mime-type" value="text/html"/>
 </yanel:resource-config>

Modified: public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-alice-user.xml
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-alice-user.xml	2010-06-16 05:33:30 UTC (rev 50432)
+++ public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-alice-user.xml	2010-06-16 06:54:35 UTC (rev 50433)
@@ -9,7 +9,7 @@
     <webtest name="Usecase Test User Alice">
       &config;
       <invoke description="Get the page: " url="/${realm.prefix}alice"/>
-      <verifyText description="Verify that text is contained in the page" text="User Profile of alice"/>
+      <verifyText description="Verify that text is contained in the page" text="Edit user profile of Alice"/>
     </webtest>
   </target>
 

Modified: public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-lenya-user.xml
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-lenya-user.xml	2010-06-16 05:33:30 UTC (rev 50432)
+++ public/yanel/trunk/src/realms/use-cases/yanel/src/test/canoo/tests/usecase-test-lenya-user.xml	2010-06-16 06:54:35 UTC (rev 50433)
@@ -9,7 +9,7 @@
     <webtest name="Usecase Test User Lenya">
       &config;
       <invoke description="Get the page: " url="/${realm.prefix}lenya"/>
-      <verifyText description="Verify that text is contained in the page" text="User Profile of lenya"/>
+      <verifyText description="Verify that text is contained in the page" text="Edit user profile of Lenya"/>
     </webtest>
   </target>
 



More information about the Yanel-commits mailing list