2
0
Эх сурвалжийг харах

* renamed units so they are not picked up multiple times by the regression tests

florian 3 жил өмнө
parent
commit
ab1a997b12

+ 1 - 1
packages/hash/tests/tests.pp

@@ -5,7 +5,7 @@ program tests;
 {$mode objfpc}
 
 uses
-  consoletestrunner, TestsHMAC, testsha256, testonetimepass, sha512, testsha512, asn, ecc, pem, testpem, ecdsa;
+  consoletestrunner, UTestsHMAC, utestsha256, utestonetimepass, sha512, utestsha512, asn, ecc, pem, utestpem, ecdsa;
 
 var
   Application: TTestRunner;

+ 1 - 1
packages/hash/tests/testonetimepass.pp → packages/hash/tests/utestonetimepass.pp

@@ -1,4 +1,4 @@
-unit testonetimepass;
+unit utestonetimepass;
 
 {$mode ObjFPC}{$H+}
 

+ 1 - 1
packages/hash/tests/testpem.pp → packages/hash/tests/utestpem.pp

@@ -1,4 +1,4 @@
-unit testpem;
+unit utestpem;
 
 {$mode ObjFPC}{$H+}
 

+ 1 - 1
packages/hash/tests/testsha256.pp → packages/hash/tests/utestsha256.pp

@@ -1,4 +1,4 @@
-unit testsha256;
+unit utestsha256;
 
 {$mode objfpc}{$H+}
 

+ 1 - 1
packages/hash/tests/testsha512.pp → packages/hash/tests/utestsha512.pp

@@ -1,4 +1,4 @@
-unit testsha512;
+unit utestsha512;
 
 {$mode objfpc}{$H+}
 

+ 1 - 1
packages/hash/tests/testshmac.pas → packages/hash/tests/utestshmac.pas

@@ -1,6 +1,6 @@
 // See all test cases in: http://tools.ietf.org/html/rfc2202
 
-unit TestsHMAC;
+unit UTestsHMAC;
 
 {$mode objfpc}{$H+}