-
- Downloads
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
Showing
- tools/SputnikConverter/Program.cs 1 addition, 6 deletionstools/SputnikConverter/Program.cs
- website/resources/scripts/testcases/11_Expressions.xml 103 additions, 103 deletionswebsite/resources/scripts/testcases/11_Expressions.xml
- website/resources/scripts/testcases/12_Statement.xml 1 addition, 1 deletionwebsite/resources/scripts/testcases/12_Statement.xml
- website/resources/scripts/testcases/13_Function_Definition.xml 8 additions, 8 deletions...te/resources/scripts/testcases/13_Function_Definition.xml
- website/resources/scripts/testcases/14_Program.xml 1 addition, 1 deletionwebsite/resources/scripts/testcases/14_Program.xml
- website/resources/scripts/testcases/testcaseslist.xml 1 addition, 1 deletionwebsite/resources/scripts/testcases/testcaseslist.xml
Loading
Please register or sign in to comment