Removed tests invalidated by new argument rules - java.lang.String is

preferred over java.lang.Double when coming from a Java Object and both
Double & Float have constructors that take a String - only the DataType
toString doesn't return the correct value for the test. (See Christine's
comment).


git-svn-id: svn://10.0.0.236/trunk@55886 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
1999-12-11 00:42:43 +00:00
parent 0a027ef185
commit 18e2c469eb
2 changed files with 0 additions and 23 deletions

View File

@@ -83,14 +83,6 @@
dt.PUB_DOUBLE_REPRESENTATION,
"number" );
a[i++] = new TestObject (
"dt.PUB_DOUBLE_REPRESENTATION = java.lang.Double.MIN_VALUE",
"dt.PUB_DOUBLE_REPRESENTATION",
"new java.lang.Double( dt ).doubleValue()",
"typeof new java.lang.Double(dt).doubleValue()",
5e-324,
"number" );
for ( i = 0; i < a.length; i++ ) {
testcases[testcases.length] = new TestCase(
a[i].description +"; "+ a[i].javaFieldName,