>> [19:39:19]: [junit] Testcase: >> testClear(org.apache.tools.ant.util.VectorSetTest): Caused an ERROR >> [19:39:19]: [junit] null [19:39:19]: [junit] >> java.lang.StackOverflowError [19:39:19]: > >Indicates the tests are being run against a pretty old (i.e. a few >days older than trunk) version of VectorSet. If you look into the >stack trace youll see line numbers that don't make sense when compared >to trunk.
You're right. I dont know why TC hasnt updated that, but I cleaned the local checkout so TC 'had' to update all files and now that test passed. http://teamcity.jetbrains.com/viewLog.html?tab=buildLog&buildTypeId=bt13 3&buildId=14506&all=true Only one test failed: [15:54:05]: [au:antunit] Build File: C:\TeamCityAgent\work\7d6e67c95588a32a\src\tests\antunit\taskdefs\move-t est.xml [15:54:05]: [au:antunit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0,016 sec [15:54:05]: [au:antunit] Target: test-move-caseonly FAILED [15:54:05]: [au:antunit] at line 31, column 80 [15:54:05]: [au:antunit] Message: abc was not renamed aBc [15:54:05]: [au:antunit] took 0,016 sec <target name="test-move-caseonly"> <!-- this test is inspired by bugzilla 41948 --> <!-- Especially interesting if executed on case-insensitive file systems --> <mkdir dir="${output}"/> <touch file="${output}/abc"/> <move file="${output}/abc" tofile="${output}/aBc"/> <fileset dir="${output}" id="myfs"> <include name="aBc"/> </fileset> <pathconvert refid="myfs" property="myproperty" setonempty="false"/> <au:assertPropertySet name="myproperty" message="abc was not renamed aBc"/> </target> Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]