[Yanel-commits] rev 38366 - public/yanel/trunk/src/realms/use-cases/yanel/config/src/test/canoo/tests

michi at wyona.com michi at wyona.com
Thu Sep 4 15:55:20 CEST 2008


Author: michi
Date: 2008-09-04 15:55:19 +0200 (Thu, 04 Sep 2008)
New Revision: 38366

Added:
   public/yanel/trunk/src/realms/use-cases/yanel/config/src/test/canoo/tests/usecase-test-hello.xml
Log:
thanks to Michel Pauli another test

Added: public/yanel/trunk/src/realms/use-cases/yanel/config/src/test/canoo/tests/usecase-test-hello.xml
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/config/src/test/canoo/tests/usecase-test-hello.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/use-cases/yanel/config/src/test/canoo/tests/usecase-test-hello.xml	2008-09-04 13:55:19 UTC (rev 38366)
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!DOCTYPE project SYSTEM "../dtd/Project.dtd">
+
+<project name="user-alice-test" default="test">
+
+  <import file="../definitions.xml"/>
+
+  <target name="test" depends="wt.defineMacros">
+
+    <webtest name="Usecase Test hello">
+      &config;
+      <invoke description="Get the page: " url="/${realm.prefix}hello"/>
+
+     <verifyText description="Verify that text is contained in the page" text="hello"/>
+     <verifyText description="Verify that text is contained in the page" text="Yanel Path (with regard to realm):"/>
+     <verifyText description="Verify that text is contained in the page" text="pdf-sample2.pdf"/>
+     <verifyText description="Verify that text is contained in the page" text="world.html"/>
+   </webtest>
+       
+  </target>
+
+</project>



More information about the Yanel-commits mailing list