From c8453ffd6da2b0e98837f43ba23c4f8deb594784 Mon Sep 17 00:00:00 2001 From: cjfields Date: Wed, 11 Feb 2009 04:16:52 +0000 Subject: [PATCH] sync with trunk svn path=/bioperl-db/branches/branch-1-6/; revision=15522 --- INSTALL.SKIP | 1 + t/01dbadaptor.t | 2 +- t/16obda.t | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 INSTALL.SKIP diff --git a/INSTALL.SKIP b/INSTALL.SKIP new file mode 100644 index 0000000..77dda44 --- /dev/null +++ b/INSTALL.SKIP @@ -0,0 +1 @@ +ConfigData\.\S+$ diff --git a/t/01dbadaptor.t b/t/01dbadaptor.t index 8187f19..58777be 100644 --- a/t/01dbadaptor.t +++ b/t/01dbadaptor.t @@ -57,7 +57,7 @@ my $dbns = $adp->find_by_unique_key($pns); if ($dbns) { warn("found __dummy__ namespace - leftover from previously aborted test?"); # remove it - is ($dbns->remove(), 1); + $dbns->remove(); # we need to commit here or otherwise we can't safely test for rollback $dbns->commit; } diff --git a/t/16obda.t b/t/16obda.t index 03a81fe..7d609bc 100644 --- a/t/16obda.t +++ b/t/16obda.t @@ -22,7 +22,7 @@ my $biosql = DBTestHarness->new("biosql"); my $db = $biosql->get_DBAdaptor(); ok $db; -my $registry_file = "t/data/seqdatabase.ini"; +my $registry_file = test_input_file("seqdatabase.ini"); my $obda_name = "mytestbiosql"; # create a temporary seqdatabase.ini file specific for this test database write_registry($registry_file); -- 2.11.4.GIT