Opened 10 years ago
Closed 10 years ago
#12193 closed defect (fixed)
dojo tests module.js dies at store tests due to missing tests/store.js
Reported by: | Kenneth G. Franqueiro | Owned by: | Kenneth G. Franqueiro |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Core | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently the tests in trunk only run up to the cldr tests, because the next require for dojo.tests.store
fails because there currently is no dojo/tests/store.js
. Probably a svn add
was missed...
I'm attaching a store.js
that should run all the current tests/store
modules. They all seem to pass currently which is the good news :)
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | tests-store-module.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
store.js for tests folder