소스 검색

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

git-svn-id: trunk@29195 -
lacak 10 년 전
부모
커밋
3ee209dc75
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/fcl-db/tests/dbtestframework.pas

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

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