From 6032621cef45d171adf3da84762c45b0aac6cdd7 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Dec 2014 18:38:00 +0000 Subject: [PATCH] rename mis-guided name jasmine-cors-popup.html to jasmine-cms-popup.html The test is like in a CMS, with jquery modifications and use of the production //mkws.indexdata.com/mkws-complete.js lib --- examples/htdocs/jasmine-cms-popup.html | 101 +++++++++++++++++++++++++++++++ examples/htdocs/jasmine-cors-popup.html | 100 ------------------------------ test/Makefile | 2 +- 3 files changed, 102 insertions(+), 101 deletions(-) create mode 100644 examples/htdocs/jasmine-cms-popup.html delete mode 100644 examples/htdocs/jasmine-cors-popup.html diff --git a/examples/htdocs/jasmine-cms-popup.html b/examples/htdocs/jasmine-cms-popup.html new file mode 100644 index 0000000..e36489c --- /dev/null +++ b/examples/htdocs/jasmine-cms-popup.html @@ -0,0 +1,101 @@ + + + + MKWS demo: CMS popup plugin with jasmine test framework + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

MKWS Jasmine regression tests

+ + +
+
+
+
+
+
+
+
+
+ + + + + + diff --git a/examples/htdocs/jasmine-cors-popup.html b/examples/htdocs/jasmine-cors-popup.html deleted file mode 100644 index 03c1e79..0000000 --- a/examples/htdocs/jasmine-cors-popup.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - MKWS demo: jQuery popup plugin with jasmine test framework - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

MKWS Jasmine regression tests

- - -
-
-
-
-
-
-
-
-
- - - - - - diff --git a/test/Makefile b/test/Makefile index f4d05c7..308fca1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -66,7 +66,7 @@ _phantomjs: phantomjs-all p-all: ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-local-popup.html ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-popup.html - ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-cors-popup.html + ${MAKE} phantomjs PHANTOMJS_PATH=jasmine-cms-popup.html ${MAKE} phantomjs PHANTOMJS_PATH=jasmine.html mike-test: -- 1.7.10.4