Parcourir la source

* Undo all changes in the test-environment before each test

git-svn-id: trunk@36301 -
joost il y a 8 ans
Parent
commit
d5087df6fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/fppkg/tests/fullfpcinstallationtests.pas

+ 1 - 1
packages/fppkg/tests/fullfpcinstallationtests.pas

@@ -322,7 +322,7 @@ end;
 
 
 procedure TFullFPCInstallationTests.SetUp;
 procedure TFullFPCInstallationTests.SetUp;
 begin
 begin
-  RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtvu', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
+  RunTestCommandIndir(TFullFPCInstallationSetup.GetTestPath, 'rsync', ['-rtv', '--delete', 'templates/fullfpc/', 'currenttest/'], 'sync template');
 end;
 end;
 
 
 procedure TFullFPCInstallationTests.TearDown;
 procedure TFullFPCInstallationTests.TearDown;