#14226 closed defect (fixed)
i18n extraLocales async test failure
Reported by: | bill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7.2 |
Component: | Internationalization | Version: | 1.7.0 |
Keywords: | dohfail | Cc: | Adam Peller |
Blocked By: | Blocking: |
Description
Run util/doh/runner.html?test=dojo/tests/i18n and see:
GROUP "ungrouped" has 1 test to run Error: undefinedModule ERROR IN: function extraLocalesAsync(t) { t.is(require("dojo/i18n!dojo/tests/nls/en-us-hawaii/salutations").hello, "Aloha"); t.is(require("dojo/i18n!dojo/tests/nls/en-us-new_york-brooklyn/salutations").hello, "Yo"); try{ var result = require("dojo/i18n!dojo/tests/nls/ar/salutations"); t.f(true, "should have thrown"); }catch(e){ t.t(true); } } FAILED test: ../../dojo/tests/i18n.html::ungrouped::extraLocalesAsync 145 ms
Tested on IE8 and safari/mac.
Test was added in [25585] (when it worked correctly), but started failing with [26631] (so it's broken in 1.7 as well as trunk).
Marking for possible inclusion in 1.7.1 although not sure how serious this is.
Change History (6)
comment:1 Changed 9 years ago by
Keywords: | dohfail added |
---|
comment:2 Changed 9 years ago by
Milestone: | 1.7.1 → 1.8 |
---|---|
Status: | new → assigned |
comment:3 Changed 9 years ago by
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This has been fixed and backported as part of [27795]
comment:7 Changed 9 years ago by
Milestone: | 1.8 → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
In [27774]: