Skip to content
Snippets Groups Projects
Commit d3d9d28c authored by David Fugate's avatar David Fugate
Browse files

Sputnik tests were previously modified to ensure global objects with common names (e.g., 'obj')

were actually unique across the test cases.  This *was* needed prior to November as we weren't
running each test case in it's own private global environment.  The situation now is that
we're running each test within it's own iframe => the modifications are no longer needed.

Few small improvements to SputnikConverter:
- App.config file locations have been fixed
- template files get pushed alongside generated tool binaries
- the root path for Sputnik conformance files is "Conformance", not "tests"
- allow the main exe to throw exceptions so they can be properly debugged with VS
parent bd20fef7
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 67 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment