grammar
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 6 Feb 2014 16:08:14 +0000 (16:08 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 6 Feb 2014 16:08:14 +0000 (16:08 +0000)
test/spec/mkws-config.js
test/spec/mkws-pazpar2.js

index 64d9fd9..70ae891 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
  *
  * check mkws_config = {} object in browser
  *
@@ -36,7 +36,7 @@ describe("Check pazpar2 config", function () {
 });
 
 describe("Check pazpar2 runtime", function () {
-    it("pazpar2 was successfully initialize", function () {
+    it("pazpar2 was successfully initialized", function () {
         expect(mkws_config.error).toBe(undefined);
     });
 });
index 7d94fde..7904a08 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 IndexData ApS. http://indexdata.com
+/* Copyright (c) 2013-2014 IndexData ApS. http://indexdata.com
  *
  * perform papzpar2 / pz2.js search & retrieve request in the browser
  *
@@ -76,7 +76,7 @@ describe("Init jasmine config", function () {
 });
 
 describe("Check pazpar2 search", function () {
-    it("pazpar2 was successfully initialize", function () {
+    it("pazpar2 was successfully initialized", function () {
         expect(mkws_config.error).toBe(undefined);
     });