Przeglądaj źródła

* Moved the tregistry2 test back to packages and added more test OS targets.

git-svn-id: trunk@48383 -
yury 4 lat temu
rodzic
commit
7ffa963127

+ 1 - 1
.gitattributes

@@ -3972,6 +3972,7 @@ packages/fcl-registry/tests/Makefile svneol=native#text/plain
 packages/fcl-registry/tests/Makefile.fpc -text
 packages/fcl-registry/tests/regtcxmlreg.pp svneol=native#text/plain
 packages/fcl-registry/tests/regtestbasics.pp svneol=native#text/plain
+packages/fcl-registry/tests/tregistry2.pp svneol=native#text/plain
 packages/fcl-registry/tests/tregtestframework.pp svneol=native#text/plain
 packages/fcl-report/Makefile svneol=native#text/plain
 packages/fcl-report/Makefile.fpc svneol=native#text/plain
@@ -14424,7 +14425,6 @@ tests/test/packages/fcl-db/tdb5.pp svneol=native#text/plain
 tests/test/packages/fcl-db/tdb6.pp svneol=native#text/plain
 tests/test/packages/fcl-db/toolsunit.pas svneol=native#text/plain
 tests/test/packages/fcl-registry/tregistry1.pp svneol=native#text/plain
-tests/test/packages/fcl-registry/tregistry2.pp svneol=native#text/plain
 tests/test/packages/fcl-registry/tw35060a.pp svneol=native#text/plain
 tests/test/packages/fcl-registry/tw35060b.pp svneol=native#text/plain
 tests/test/packages/fcl-registry/tw35060c.pp svneol=native#text/plain

+ 1 - 1
tests/test/packages/fcl-registry/tregistry2.pp → packages/fcl-registry/tests/tregistry2.pp

@@ -1,4 +1,4 @@
-{ %TARGET=win32,win64,wince,linux }
+{ %TARGET=win32,win64,wince,linux,solaris,openbsd }
 
 {
   This unit tests mostly TRegIniFile to work properly and be Delphi compatible.

+ 1 - 1
packages/fcl-registry/tests/tregtestframework.pp

@@ -1,4 +1,4 @@
-{ %TARGET=win32,win64,wince,linux,solaris, }
+{ %TARGET=win32,win64,wince,linux,solaris,openbsd }
 program tregtestframework;
 
 {$IFDEF FPC}