Opened 12 years ago
Last modified 12 years ago
#8078 closed defect
IE: unit test failure in tests.number — at Version 2
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Failure in number_regression_1.
I run http://archive.dojotoolkit.org/nightly/dojotoolkit/util/doh/runner.html?testModule=tests.number
and then i get
_AssertFailure: [object Error]: assertEqual() failed: expected -0.1 but got -0 [object Error] ERROR IN: function(t){ /** * Refer to ICU4J's NumberFormatRegressionTest.Test4161100() */ tests.number.checkFormatParseCycle(t, {pattern:"#0.#"},-0.09,"-0.1",false); } FAILED test: number_regression_1 0 ms
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from anonymous to Adam Peller |
---|---|
Summary: | IE8: unit test failure in tests.number → IE: unit test failure in tests.number |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Actually this is failing on IE7 too (and likely IE6), not just IE8.