Explorar el Código

* Moved expression parser test to proper location, patch by Graeme Geldenhuys (bug ID 30037)

git-svn-id: trunk@33578 -
michael hace 9 años
padre
commit
ecde605017

+ 1 - 1
.gitattributes

@@ -1987,7 +1987,6 @@ packages/fcl-base/examples/testbs.pp svneol=native#text/plain
 packages/fcl-base/examples/testcgi.html -text
 packages/fcl-base/examples/testcgi.pp svneol=native#text/plain
 packages/fcl-base/examples/testcont.pp svneol=native#text/plain
-packages/fcl-base/examples/testexprpars.pp svneol=native#text/plain
 packages/fcl-base/examples/testez.pp svneol=native#text/plain
 packages/fcl-base/examples/testhres.pp svneol=native#text/plain
 packages/fcl-base/examples/testini.pp svneol=native#text/plain
@@ -2073,6 +2072,7 @@ packages/fcl-base/src/wtex.pp svneol=native#text/plain
 packages/fcl-base/tests/fclbase-unittests.lpi svneol=native#text/plain
 packages/fcl-base/tests/fclbase-unittests.pp svneol=native#text/plain
 packages/fcl-base/tests/tchashlist.pp svneol=native#text/plain
+packages/fcl-base/tests/testexprpars.pp svneol=native#text/plain
 packages/fcl-base/tests/tests_fptemplate.pp svneol=native#text/plain
 packages/fcl-base/texts/fptemplate.txt svneol=native#text/plain
 packages/fcl-db/Makefile svneol=native#text/plain

+ 2 - 1
packages/fcl-base/tests/fclbase-unittests.pp

@@ -3,7 +3,8 @@ program fclbase_unittests;
 {$mode objfpc}{$H+}
 
 uses
-  Classes, consoletestrunner, tests_fptemplate, tchashlist;
+  Classes, consoletestrunner, tests_fptemplate, tchashlist,
+  testexprpars;
 
 var
   Application: TTestRunner;

+ 0 - 0
packages/fcl-base/examples/testexprpars.pp → packages/fcl-base/tests/testexprpars.pp