From 6b7ba0d062e68023e943aab308f1abb014b5a88b Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sat, 30 Mar 2013 20:25:04 -0400 Subject: [PATCH] rename test db --- test.cmd | 2 +- testApp/Makefile | 2 +- testApp/{test1.db => test.db} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename testApp/{test1.db => test.db} (100%) diff --git a/test.cmd b/test.cmd index 08ec763..024e8f1 100644 --- a/test.cmd +++ b/test.cmd @@ -12,6 +12,6 @@ evalPy "import test2" evalPy "test2.addDrv('AAAA')" evalPy "test2.addDrv('BBBB')" -dbLoadRecords("db/test1.db","P=md:") +dbLoadRecords("db/test.db","P=md:") iocInit() diff --git a/testApp/Makefile b/testApp/Makefile index c667289..0fe6214 100644 --- a/testApp/Makefile +++ b/testApp/Makefile @@ -10,7 +10,7 @@ include $(TOP)/configure/CONFIG #---------------------------------------------------- # Create and install (or just install) into /db # databases, templates, substitutions like this -DB += test1.db +DB += test.db #---------------------------------------------------- # If .db template is not named *.template add diff --git a/testApp/test1.db b/testApp/test.db similarity index 100% rename from testApp/test1.db rename to testApp/test.db