From 557fd1e1c63ac5ad18cf5926f57917af6a463524 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Tue, 2 Dec 2008 16:35:29 +0000 Subject: [PATCH] Moves gettext test to correct position git-svn-id: trunk@12291 - --- .gitattributes | 2 +- tests/Makefile.fpc | 2 +- tests/{tbs/tb0558.pp => test/packages/fcl-base/tgettext1.pp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/{tbs/tb0558.pp => test/packages/fcl-base/tgettext1.pp} (100%) diff --git a/.gitattributes b/.gitattributes index 6018582819..3edf81cf4b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7131,7 +7131,6 @@ tests/tbs/tb0554.pp svneol=native#text/plain tests/tbs/tb0555.pp svneol=native#text/plain tests/tbs/tb0556.pp svneol=native#text/plain tests/tbs/tb0557.pp svneol=native#text/plain -tests/tbs/tb0558.pp svneol=native#text/plain tests/tbs/tb205.pp svneol=native#text/plain tests/tbs/ub0060.pp svneol=native#text/plain tests/tbs/ub0069.pp svneol=native#text/plain @@ -7589,6 +7588,7 @@ tests/test/opt/treg3.pp svneol=native#text/plain tests/test/opt/treg4.pp svneol=native#text/plain tests/test/opt/tretopt.pp svneol=native#text/plain tests/test/opt/tspace.pp svneol=native#text/plain +tests/test/packages/fcl-base/tgettext1.pp svneol=native#text/plain tests/test/packages/fcl-db/assertions.pas svneol=native#text/plain tests/test/packages/fcl-db/dbftoolsunit.pas svneol=native#text/plain tests/test/packages/fcl-db/tdb1.pp svneol=native#text/plain diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index 262400b4ef..8eacd53974 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -120,7 +120,7 @@ endif # Subdirs available in the test subdir TESTSUBDIRS=cg cg/variants cg/cdecl opt units/system units/dos units/crt units/objects units/strings units/sysutils units/math units/sharemem -TESTPACKAGESUBDIRS=cg packages/win-base packages/webtbs packages/hash packages/fcl-registry packages/fcl-process packages/zlib packages/fcl-db +TESTPACKAGESUBDIRS=cg packages/win-base packages/webtbs packages/hash packages/fcl-registry packages/fcl-process packages/zlib packages/fcl-db packages/fcl-base ifdef QUICKTEST export QUICKTEST diff --git a/tests/tbs/tb0558.pp b/tests/test/packages/fcl-base/tgettext1.pp similarity index 100% rename from tests/tbs/tb0558.pp rename to tests/test/packages/fcl-base/tgettext1.pp