Changeset 8ce9c5b3 in vaadin


Ignore:
Timestamp:
01/11/11 07:38:47 (2 years ago)
Author:
Artur Signell <artur.signell@…>
Branches:
master, 7.0, 7.1
Children:
c6b97a85
Parents:
d57eadb1d
git-author:
Artur Signell <artur.signell@…> (01/11/11 07:38:47)
git-committer:
Artur Signell <artur.signell@…> (01/11/11 07:38:47)
Message:

Re-added retry-tests to avoid using all files as tests...
Removed extra list attribute that is not used

svn changeset:16847/svn branch:6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.xml

    rd57eadb1d r8ce9c5b3  
    4646        <!-- fileset containing tests to retry --> 
    4747        <fileset dir=".." id="html-retry-files-ie6"> 
    48                 <!--<include name="tests/**/ComboBoxLargeIcons.html" />--> 
     48                <include name="tests/**/SubWindows**.html" /> 
    4949        </fileset> 
    5050 
     
    152152 
    153153 
    154                 <for threadCount="20" parallel="true" keepgoing="true" param="target" list="${tests-to-run}" delimiter=" "> 
     154                <for threadCount="20" parallel="true" keepgoing="true" param="target"> 
    155155                        <!-- A path element APPARENTLY removes duplicates and therefore this works. Could not find this documented anywhere... --> 
    156156                        <path> 
Note: See TracChangeset for help on using the changeset viewer.