Browse Source

* Add defaults

git-svn-id: trunk@43140 -
michael 5 years ago
parent
commit
7ff2603c22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-db/tests/testsqlscanner.lpr

+ 2 - 0
packages/fcl-db/tests/testsqlscanner.lpr

@@ -23,6 +23,8 @@ var
 {$R *.res}
 
 begin
+  DefaultFormat:=fPlain;
+  DefaultRunAllTests:=True;
   Application := TMyTestRunner.Create(nil);
   Application.Initialize;
   Application.Run;