use prefix "url" instead suffix
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 20 Oct 2014 11:21:32 +0000 (11:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 20 Oct 2014 11:21:32 +0000 (11:21 +0000)
test/widgets/Makefile
test/widgets/demos.url [deleted file]
test/widgets/koha.url [deleted file]
test/widgets/url.demos [new file with mode: 0644]
test/widgets/url.koha [new file with mode: 0644]

index 0080dce..dcb3dfa 100644 (file)
@@ -32,7 +32,7 @@ screenshot:
 
 screenshots: clean
        for t in ${TESTS}; do \
-           for i in $$(cat $$t.url); do \
+           for i in $$(cat url.$$t); do \
                ${MAKE} PHANTOMJS_URL="$$i" TIMEOUT=4 PREFIX=$$t screenshot; \
            done; \
            ${MAKE} PREFIX=$$t index; \
diff --git a/test/widgets/demos.url b/test/widgets/demos.url
deleted file mode 100644 (file)
index 56db882..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-http://example.indexdata.com/simple.html
-http://example.indexdata.com/minimal.html
-http://example.indexdata.com/language.html
-http://example.indexdata.com/mobile.html
-http://example.indexdata.com/lowlevel.html
diff --git a/test/widgets/koha.url b/test/widgets/koha.url
deleted file mode 100644 (file)
index c5b8207..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
-http://demo.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
-http://demo.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi2
-http://boston.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
-http://example.indexdata.com/topic.html?q=sushi
-http://example.indexdata.com/simple.html
-
diff --git a/test/widgets/url.demos b/test/widgets/url.demos
new file mode 100644 (file)
index 0000000..56db882
--- /dev/null
@@ -0,0 +1,5 @@
+http://example.indexdata.com/simple.html
+http://example.indexdata.com/minimal.html
+http://example.indexdata.com/language.html
+http://example.indexdata.com/mobile.html
+http://example.indexdata.com/lowlevel.html
diff --git a/test/widgets/url.koha b/test/widgets/url.koha
new file mode 100644 (file)
index 0000000..c5b8207
--- /dev/null
@@ -0,0 +1,7 @@
+http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
+http://demo.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
+http://demo.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi2
+http://boston.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
+http://example.indexdata.com/topic.html?q=sushi
+http://example.indexdata.com/simple.html
+