Author: rodche
Date: 2012-02-24 10:06:14 -0800 (Fri, 24 Feb 2012)
New Revision: 28356
Modified:
cytoscape/trunk/coreplugins/BioPAX/src/test/java/cytoscape/coreplugins/biopax/util/TestWebFileConnect.java
Log:
Failing JUnit "test" (well...) fixed!
Modified:
cytoscape/trunk/coreplugins/BioPAX/src/test/java/cytoscape/coreplugins/biopax/util/TestWebFileConnect.java
===================================================================
---
cytoscape/trunk/coreplugins/BioPAX/src/test/java/cytoscape/coreplugins/biopax/util/TestWebFileConnect.java
2012-02-24 17:49:34 UTC (rev 28355)
+++
cytoscape/trunk/coreplugins/BioPAX/src/test/java/cytoscape/coreplugins/biopax/util/TestWebFileConnect.java
2012-02-24 18:06:14 UTC (rev 28356)
@@ -62,6 +62,6 @@
String str =
WebFileConnect.retrieveDocument("http://www.google.com");
// This page may not actually start with <html>, so just look
for the string.
// It should, however be present.
- assertTrue(str.indexOf("<html><head>") >= 0 );
+ assertTrue(str.indexOf("<html") >= 0 );
}
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.