From b12ecdb82f557f6a2add8cbad1e5ade03590045a Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 20 Oct 2014 11:21:32 +0000 Subject: [PATCH] use prefix "url" instead suffix --- test/widgets/Makefile | 2 +- test/widgets/demos.url | 5 ----- test/widgets/koha.url | 7 ------- test/widgets/url.demos | 5 +++++ test/widgets/url.koha | 7 +++++++ 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 test/widgets/demos.url delete mode 100644 test/widgets/koha.url create mode 100644 test/widgets/url.demos create mode 100644 test/widgets/url.koha diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 0080dce..dcb3dfa 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -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 index 56db882..0000000 --- a/test/widgets/demos.url +++ /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 index c5b8207..0000000 --- a/test/widgets/koha.url +++ /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 index 0000000..56db882 --- /dev/null +++ b/test/widgets/url.demos @@ -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 index 0000000..c5b8207 --- /dev/null +++ b/test/widgets/url.koha @@ -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 + -- 1.7.10.4