You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2007/10/27 10:25:40 UTC

svn commit: r589061 - in /lenya/trunk/src/modules/development/test/canoo: doconfig.xml lenya_webtest.dtd macros.xml

Author: ragaller
Date: Sat Oct 27 01:25:39 2007
New Revision: 589061

URL: http://svn.apache.org/viewvc?rev=589061&view=rev
Log:
I removed the (somehow) doubled part of the content

Modified:
    lenya/trunk/src/modules/development/test/canoo/doconfig.xml
    lenya/trunk/src/modules/development/test/canoo/lenya_webtest.dtd
    lenya/trunk/src/modules/development/test/canoo/macros.xml

Modified: lenya/trunk/src/modules/development/test/canoo/doconfig.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/development/test/canoo/doconfig.xml?rev=589061&r1=589060&r2=589061&view=diff
==============================================================================
--- lenya/trunk/src/modules/development/test/canoo/doconfig.xml (original)
+++ lenya/trunk/src/modules/development/test/canoo/doconfig.xml Sat Oct 27 01:25:39 2007
@@ -22,29 +22,4 @@
         basepath="${webtest.config.basepath}">
   <header name="Accept-Language" value="en"/>
   <option name="JavaScriptEnabled" value="false"/>
-</config>
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<config host="${webtest.config.host}"
-        port="${webtest.config.port}"
-        protocol="http"
-        basepath="${webtest.config.basepath}">
-  <header name="Accept-Language" value="en"/>
-  <option name="JavaScriptEnabled" value="false"/>
-</config>
+</config>
\ No newline at end of file

Modified: lenya/trunk/src/modules/development/test/canoo/lenya_webtest.dtd
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/development/test/canoo/lenya_webtest.dtd?rev=589061&r1=589060&r2=589061&view=diff
==============================================================================
--- lenya/trunk/src/modules/development/test/canoo/lenya_webtest.dtd (original)
+++ lenya/trunk/src/modules/development/test/canoo/lenya_webtest.dtd Sat Oct 27 01:25:39 2007
@@ -16,21 +16,3 @@
 -->
 
 <!ENTITY doConfig SYSTEM "doconfig.xml">
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<!ENTITY doConfig SYSTEM "doconfig.xml">

Modified: lenya/trunk/src/modules/development/test/canoo/macros.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/development/test/canoo/macros.xml?rev=589061&r1=589060&r2=589061&view=diff
==============================================================================
--- lenya/trunk/src/modules/development/test/canoo/macros.xml (original)
+++ lenya/trunk/src/modules/development/test/canoo/macros.xml Sat Oct 27 01:25:39 2007
@@ -61,68 +61,4 @@
     </sequential>
   </macrodef>
 
-</project>
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-
-<project name="lenya_webtest_macros">
-
-  <import file="${webtest.home}/lib/taskdef.xml"/>
-
-  <macrodef name="doLogin" description="perform a login to Lenya">
-    <attribute name="username"/>
-    <attribute name="password"/>
-    <attribute name="url" default="index.html"/>
-    <sequential>
-
-      <!-- login -->
-      <invoke url="@{url}"/>
-      <ifStep description="login if we are asked for">
-        <condition>
-          <verifyTitle text="Login to the Default Publication" />
-        </condition>
-        <setInputField name="username" value="@{username}"/>
-        <setInputField name="password" value="@{password}"/>
-        <clickButton name="submit"/>
-      </ifStep>
-
-      <!-- import example content -->
-      <ifStep description="import example content">
-        <condition>
-          <verifyText text="export.importExampleContent" />
-        </condition>
-        <selectForm name="import"/>
-        <clickButton name="submit"/>
-      </ifStep>
-
-      <verifyText text="Welcome"/>
-    </sequential>
-  </macrodef>
-
-  <macrodef name="doLogout" description="logout from Lenya">
-    <attribute name="url" default=""/>
-    <sequential>
-
-      <!-- logout -->
-      <invoke url="@{url}?lenya.usecase=ac.logout"/>
-      <clickButton name="submit"/>
-
-    </sequential>
-  </macrodef>
-
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org