Browse Source

fcl-db: tests: fix probably by accident commit in rev.29109

git-svn-id: trunk@29195 -
lacak 10 years ago
parent
commit
3ee209dc75
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-db/tests/dbtestframework.pas

+ 0 - 2
packages/fcl-db/tests/dbtestframework.pas

@@ -9,7 +9,6 @@ program dbtestframework;
 uses
 uses
   SysUtils,
   SysUtils,
   fpcunit,  testreport, testregistry,
   fpcunit,  testreport, testregistry,
-  ibase60dyn,
   DigestTestReport,
   DigestTestReport,
   toolsunit,
   toolsunit,
 // List of supported database connectors
 // List of supported database connectors
@@ -64,7 +63,6 @@ Var
   Application : TTestRunner;  
   Application : TTestRunner;  
   
   
 begin
 begin
-  ibase60dyn.InitialiseIBase60('libfbclient.so.2.5.2');
   InitialiseDBConnector;
   InitialiseDBConnector;
   Try
   Try
     Application:=TTestRunner.Create(nil);
     Application:=TTestRunner.Create(nil);