SF.net SVN: ant-contrib: [109] trunk/cpptasks/test/junit/net/sf/antcontrib/ cpptasks/types/TestLibrarySet.java
| Newsgroups | gmane.comp.java.ant-contrib.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 109
http://svn.sourceforge.net/ant-contrib/?rev=109&view=rev
Author: carnold
Date: 2007-03-27 10:26:34 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
Loosen testBadLibname which had been failing
Modified Paths:
--------------
trunk/cpptasks/test/junit/net/sf/antcontrib/cpptasks/types/TestLibrarySet.java
Modified: trunk/cpptasks/test/junit/net/sf/antcontrib/cpptasks/types/TestLibrarySet.java
===================================================================
--- trunk/cpptasks/test/junit/net/sf/antcontrib/cpptasks/types/TestLibrarySet.java 2007-03-27 17:20:15 UTC (rev 108)
+++ trunk/cpptasks/test/junit/net/sf/antcontrib/cpptasks/types/TestLibrarySet.java 2007-03-27 17:26:34 UTC (rev 109)
@@ -326,7 +326,12 @@
} catch(BuildException ex) {
return;
}
- fail("visitLibraries should throw exception due to unsatisifed libname");
+//
+// code around line 320 in LibrarySet that would throw BuildException
+// (and prevent reaching this line) is disabled since logic for identifying
+// missing libraries does not work reliably on non-Windows platforms
+//
+// fail("visitLibraries should throw exception due to unsatisifed libname");
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV