TestCasePacker.ps1:

- The only parameter required for this script is now the test suite version.  All other
  parameters are generated relative to the location of this script
- This script now generates the XML'ized test cases directly to website\resources\scripts\testcases\.
  Likewise, it copies the test harness taken from test\harness\* to website\resources\scripts\global\
- Added tons of error checking and we now emit the current generation status to stdout
- Made the script more generic in the sense that it can take arbitrary directories under test\suite\*
  containing ES5 test chapters.  Previous behavior was it was looking for test chapters directly under website\
This commit is contained in:
David Fugate 2010-11-16 07:46:42 -08:00
parent 90b97dbae5
commit 2f34b4e050
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<testSuite numTests="7511" version="0.1" date="11/08/2010">
<testSuite numTests="7511" version="0.1.1" date="11/16/2010">
<testGroup>resources/scripts/testcases/07_Lexical_Conventions.xml</testGroup>
<testGroup>resources/scripts/testcases/08_Types.xml</testGroup>
<testGroup>resources/scripts/testcases/09_Type_Conversion.xml</testGroup>