Browse Source

* Merging revisions 43140 from trunk:
------------------------------------------------------------------------
r43140 | michael | 2019-10-06 13:21:00 +0200 (Sun, 06 Oct 2019) | 1 line

* Add defaults
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43247 -

michael 5 years ago
parent
commit
0fbf02d8e4
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;