#11743 closed defect (fixed)
setUp in case of DOH performance tests is not called in correct scope
Reported by: | Anirban Mitra | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | TestFramework | Version: | 1.5 |
Keywords: | setUp method in DOH perf tests | Cc: | |
Blocked By: | Blocking: |
Description
The setUp method in DOH performance tests are not called in the scope of the test fixture. So, the vars defined in the setUp are not available in the test fixture scope and throws undefined errors in the runTest.
(Attached a trivial patch for this)
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | setUp_doh_perf_test.patch added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Owner: | changed from anonymous to liucougar |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | General → TestFramework |
---|
Note: See
TracTickets for help on using
tickets.
patch to call setUp of DOH perf tests in scope of test fixture