aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-09-25 11:41:04 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-09-25 11:41:04 -0700
commitba41d385116d4d6cbe4df106ebb08ca31903434c (patch)
tree5b5cecb294fdf0f2a4d4cfc1342b793e181b8fd4 /tools
parenta8e88a93dd5858981aeb0d8af319cc952a98fc82 (diff)
Regenerated website using new package.py and test/suite/converted.
Diffstat (limited to 'tools')
-rw-r--r--tools/packaging/packager.py2
-rw-r--r--tools/packaging/packagerConfig.py (renamed from tools/packaging/TestCasePackagerConfig.py)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/packaging/packager.py b/tools/packaging/packager.py
index c61d66820..9f4139dc3 100644
--- a/tools/packaging/packager.py
+++ b/tools/packaging/packager.py
@@ -38,7 +38,7 @@ def generateHarness(harnessType, jsonFile, description):
#------------------------------------------------------------------------------
-from TestCasePackagerConfig import *
+from packagerConfig import *
#--Globals---------------------------------------------------------------------
diff --git a/tools/packaging/TestCasePackagerConfig.py b/tools/packaging/packagerConfig.py
index 64210f794..6d2450304 100644
--- a/tools/packaging/TestCasePackagerConfig.py
+++ b/tools/packaging/packagerConfig.py
@@ -26,7 +26,7 @@ import stat
#--Globals---------------------------------------------------------------------
MAX_CASES_PER_JSON = 1000
-WEBSITE_SHORT_NAME = "website2"
+WEBSITE_SHORT_NAME = "website"
#Directories under "test\suite\" containing ES5 test chapter directories
#with *.js tests underneath them