Author: ruschein
Date: 2010-05-27 16:15:33 -0700 (Thu, 27 May 2010)
New Revision: 20340
Modified:
corelibs/trunk/equations/tests/org/cytoscape/equations/builtins/TanTest.java
Log:
Added another failure case.
Modified:
corelibs/trunk/equations/tests/org/cytoscape/equations/builtins/TanTest.java
===================================================================
---
corelibs/trunk/equations/tests/org/cytoscape/equations/builtins/TanTest.java
2010-05-27 23:07:06 UTC (rev 20339)
+++
corelibs/trunk/equations/tests/org/cytoscape/equations/builtins/TanTest.java
2010-05-27 23:15:33 UTC (rev 20340)
@@ -36,5 +36,6 @@
public class TanTest extends TestCase {
public void testAll() throws Exception {
assertTrue(Framework.executeTest("=TAN(1.047197551)", new
Double(1.7320508067824862)));
+ assertFalse(Framework.executeTest("=TAN(" + (Math.PI / 2.0) +
")", new Double(0.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.