summaryrefslogtreecommitdiff
path: root/tests/osistest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/osistest.cpp')
-rw-r--r--tests/osistest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/osistest.cpp b/tests/osistest.cpp
index cfc09bb..77fda1a 100644
--- a/tests/osistest.cpp
+++ b/tests/osistest.cpp
@@ -2,7 +2,7 @@
*
* osistest.cpp -
*
- * $Id: osistest.cpp 3185 2014-04-17 04:32:00Z greg.hellings $
+ * $Id: osistest.cpp 3548 2017-12-10 05:11:38Z scribe $
*
* Copyright 20122013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -76,6 +76,9 @@ int main(int argc, char **argv) {
module->setKey("Ps.3.1");
outputCurrentVerse(module);
+ module->setKey("Matt.2.6");
+ outputCurrentVerse(module);
+
module->setKey("Mark.1.14");
outputCurrentVerse(module);