allow hostnames with dash ("-"), e.g mkc-cproxy.indexdata.com
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 17 Mar 2014 14:23:12 +0000 (14:23 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 17 Mar 2014 14:23:12 +0000 (14:23 +0000)
test/spec/mkws-pazpar2.js

index 2b1f250..76f4834 100644 (file)
@@ -367,7 +367,7 @@ describe("Show record", function () {
             debug("URL: " + url.attr('href') + " text: " + url.text());
 
             expect(url.attr('href')).not.toBe(null);
-            expect(url.attr('href')).toMatch(/^https?:\/\/[a-z0-9]+\.[0-9a-z].*\//i);
+            expect(url.attr('href')).toMatch(/^https?:\/\/[a-z0-9\-]+\.[0-9a-z].*\//i);
             expect(url.text()).not.toBe("");
         }
     });