瀏覽代碼

* Default is to run all tests, plain format

git-svn-id: trunk@30322 -
michael 10 年之前
父節點
當前提交
63405dbfdd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/fcl-fpcunit/src/tests/frameworktest.pp

+ 2 - 0
packages/fcl-fpcunit/src/tests/frameworktest.pp

@@ -40,6 +40,8 @@ Var
   App : TFPCUnitRunner;
 
 begin
+  DefaultFormat:=fPlain;
+  DefaultRunAllTests:=True;
   App:=TFPCUnitRunner.Create(Nil);
   App.Initialize;
   App.Title := 'FPCUnit Test Suite';