adammurdoch 2002/07/04 23:55:59
Modified: framework/src/test/org/apache/myrmidon/framework/file/test
path.ant
framework project.xml
Log:
Fix <path> unit tests. Problem was different HashTable key ordering in 1.3
and 1.4 JVMs.
Revision Changes Path
1.3 +4 -2
jakarta-ant-myrmidon/framework/src/test/org/apache/myrmidon/framework/file/test/path.ant
Index: path.ant
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/framework/src/test/org/apache/myrmidon/framework/file/test/path.ant,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- path.ant 27 May 2002 13:06:07 -0000 1.2
+++ path.ant 5 Jul 2002 06:55:59 -0000 1.3
@@ -39,8 +39,10 @@
<!-- Test using a mix of attributes and nested <path> elements -->
<target name="mixed-path">
<list-path>
- <path location="file1" path="file2;file3">
- <path location="file4"/>
+ <path location="file1">
+ <path path="file2;file3">
+ <path location="file4"/>
+ </path>
<path location="file5"/>
</path>
</list-path>
1.9 +0 -1 jakarta-ant-myrmidon/framework/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-ant-myrmidon/framework/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 2 Jul 2002 07:31:16 -0000 1.8
+++ project.xml 5 Jul 2002 06:55:59 -0000 1.9
@@ -98,7 +98,6 @@
<unitTest>
<sourceDirectory>src/test</sourceDirectory>
- <failing>**/PathTestCase*</failing>
<classpath>
<path location="../aut/build/test/classes"/>
<path location="../container/build/test/classes"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>