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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user