Test names are wrong on Windows
Bug #1286875 reported by Peter Russell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
selenium-simple-test | New | Undecided | Unassigned |
Bug Description
We're using SST pretty successfully on Windows; most things work without issue. However when selecting specific tests to run on the commandline, we're in the habit on Linux of prefixing ^ and suffixing $ to avoid running extra tests. However this fails on Windows, as test names are generated with a leading '..' for test scripts inside a directory.
The attached branch fixes this (and makes the tests pass on Windows, which is how I found the cause of the bug)
Related branches
lp:~the-test-people/selenium-simple-test/windows-fixes
- Canonical ISD QA Team: Pending requested
- Diff: 303 lines (+114/-9)10 files modifiedci.ps1 (+71/-0)
src/sst/cases.py (+1/-1)
src/sst/scripts/test.py (+10/-4)
src/sst/tests/__init__.py (+5/-1)
src/sst/tests/test_concurrency.py (+5/-0)
src/sst/tests/test_loaders.py (+6/-0)
src/sst/tests/test_sst_script_test_case.py (+3/-1)
src/sst/tests/test_write_tree.py (+7/-0)
src/sst/tests/test_xvfb.py (+5/-0)
src/testproject/simple/views.py (+1/-2)
To post a comment you must log in.
Is there any chance of the proposed fix being reviewed and merged? I know Windows support isn't important to every one, but it's useful to us.