From b3a8f2ed0efe547a264c6a982b976cba01ce28d1 Mon Sep 17 00:00:00 2001 From: cjfields Date: Fri, 6 Feb 2009 22:37:51 +0000 Subject: [PATCH] use test_input_file() svn path=/bioperl-db/trunk/; revision=15513 --- t/16obda.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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