소스 검색

Merged revisions 12291 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r12291 | sekelsenmat | 2008-12-02 17:35:29 +0100 (Tue, 02 Dec 2008) | 1 line

Moves gettext test to correct position
........

git-svn-id: branches/fixes_2_2@12345 -

Jonas Maebe 17 년 전
부모
커밋
5a4f62d9e1
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .gitattributes
  2. 1 1
      tests/Makefile.fpc
  3. 0 0
      tests/test/packages/fcl-base/tgettext1.pp

+ 1 - 1
.gitattributes

@@ -6820,7 +6820,6 @@ tests/tbs/tb0544.pp svneol=native#text/plain
 tests/tbs/tb0545.pp svneol=native#text/plain
 tests/tbs/tb0548.pp svneol=native#text/plain
 tests/tbs/tb0553.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
@@ -7263,6 +7262,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-registry/tregistry1.pp svneol=native#text/plain
 tests/test/packages/hash/tmdtest.pp svneol=native#text/plain
 tests/test/packages/webtbs/tw11570.pp svneol=native#text/plain

+ 1 - 1
tests/Makefile.fpc

@@ -123,7 +123,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/zlib packages/fcl-process
+TESTPACKAGESUBDIRS=cg packages/win-base packages/webtbs packages/hash packages/fcl-registry packages/fcl-process packages/zlib packages/fcl-base
 
 ifdef QUICKTEST
 export QUICKTEST

+ 0 - 0
tests/tbs/tb0558.pp → tests/test/packages/fcl-base/tgettext1.pp