From f1e25038738b059acbea382800b5725af3ab6507 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Fri, 19 Oct 2012 23:31:26 -0700 Subject: [PATCH] added tests for configurator combinations --- tests/html/special/coreCustomBuild.html | 46 ++++++++++++++ .../html/special/dragAndDropCustomBuild.html | 53 ++++++++++++++++ tests/html/special/index.html | 9 +++ tests/html/special/transitionCustomBuild.html | 61 +++++++++++++++++++ 4 files changed, 169 insertions(+) create mode 100644 tests/html/special/coreCustomBuild.html create mode 100644 tests/html/special/dragAndDropCustomBuild.html create mode 100644 tests/html/special/index.html create mode 100644 tests/html/special/transitionCustomBuild.html diff --git a/tests/html/special/coreCustomBuild.html b/tests/html/special/coreCustomBuild.html new file mode 100644 index 00000000..9e1de26f --- /dev/null +++ b/tests/html/special/coreCustomBuild.html @@ -0,0 +1,46 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/html/special/dragAndDropCustomBuild.html b/tests/html/special/dragAndDropCustomBuild.html new file mode 100644 index 00000000..0b2daf95 --- /dev/null +++ b/tests/html/special/dragAndDropCustomBuild.html @@ -0,0 +1,53 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/html/special/index.html b/tests/html/special/index.html new file mode 100644 index 00000000..c2049719 --- /dev/null +++ b/tests/html/special/index.html @@ -0,0 +1,9 @@ + + +coreCustomBuild.html
+dragAndDropCustomBuild.html
+transitionCustomBuild.html
+stageBelowFold.html
+tallStage.html
+ + \ No newline at end of file diff --git a/tests/html/special/transitionCustomBuild.html b/tests/html/special/transitionCustomBuild.html new file mode 100644 index 00000000..28659e05 --- /dev/null +++ b/tests/html/special/transitionCustomBuild.html @@ -0,0 +1,61 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file