Opened 9 years ago
Closed 9 years ago
#13956 closed defect (worksforme)
Doh 1.7.0b5 scopeTest errors
Reported by: | asmodehn | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | TestFramework | Version: | 1.7.0b1 |
Keywords: | doh | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
My system : Linux 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Problem description :
- Download 1.7.0b5 from http://download.dojotoolkit.org/release-1.7.0b5/
- Run the following commands:
cd utils/doh sh runner.sh test=doh/tests/scopeTest
[...]
1 tests to run in 1 groups
GROUP "scope" has 1 test to run C _AssertFailure: doh._AssertFailure: assertEqual() failed:
expected
[object Object]
but got
undefined
: assertEqual() failed:
expected
[object Object]
but got
undefined
doh._AssertFailure: assertEqual() failed:
expected
[object Object]
but got
undefined
ERROR IN:
(function (t) {t.is(global.dojo, undefined);t.is(global.dohDojo, undefined);t.isNot(require("dohDojo"), undefined);})
| TEST SUMMARY:
1 tests in 1 groups 0 errors 1 failures
Similar error occurs when running with runner.html Just browse to : file:///path_to_dojo-release-1.7.0b5-src/util/doh/runner.html?test=doh/tests/scopeTest
Change History (5)
comment:1 Changed 9 years ago by
Owner: | set to Rawld Gill |
---|
comment:3 Changed 9 years ago by
Status: | new → assigned |
---|
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:5 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
This is intended to be run manually. Instructions have always been at the top of the test. It works in 1.7.3, and trunk (didn't test 1.7b5)
this tests needs extra configuration that has not been implemented from the command line. there are also errors when running from the browser. i'll fix the errors so that this test can be run from the browser but for now i won't implement the code to pull the configuration from the command line.
there was a small error in the test framework but the main problem here is errors in the implementation of the test.