]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed Add_Sampler_to_Liferay.html
authorMikael Grankvist <mikael.grankvist@itmill.com>
Tue, 24 Nov 2009 10:03:37 +0000 (10:03 +0000)
committerMikael Grankvist <mikael.grankvist@itmill.com>
Tue, 24 Nov 2009 10:03:37 +0000 (10:03 +0000)
Excluded integration-testscripts from html-test-files

svn changeset:9977/svn branch:6.2

tests/integration-testscripts/Add_Sampler_to_Liferay.html
tests/test.xml

index 41a6ea7d20f5e95b7de2a7986fef6d46f765e93d..cf17217c2237b792135bb00a96ed30d433df4a88 100644 (file)
@@ -58,7 +58,7 @@
 </tr>
 <tr>
        <td>mouseClick</td>
-       <td>//img[@onclick=&quot;document.getElementById('layoutTemplateId1').checked = true;&quot;]</td>
+       <td>layoutTemplateId1</td>
        <td>65,78</td>
 </tr>
 <tr>
index 213bd06f9a6be4ab06a55696b0d211401567dc3f..7696257c1dd320dd56a5ea0c516e5690ff058d44 100644 (file)
@@ -32,6 +32,7 @@
        <fileset dir=".." id="html-test-files">
                <include name="src/com/vaadin/tests/**/**.html" />
                <include name="tests/**/**.html" />
+               <exclude name="tests/integration-testscripts/**" />
        </fileset>
 
        <!-- This target converts HTML tests files to java junit tests. One test file for each browser is created. -->