From: Mark A. Hershberger Date: Tue, 12 Oct 2010 17:40:52 +0000 (+0000) Subject: Enumerate private member to fix build problem on CC X-Git-Tag: 1.31.0-rc.0~34537 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=5aef0223b193dee8ee6f3262a7db2353273b39d7;p=lhc%2Fweb%2Fwiklou.git Enumerate private member to fix build problem on CC --- diff --git a/maintenance/tests/parser/parserTest.inc b/maintenance/tests/parser/parserTest.inc index 5f43c4708c..0324ccf6d7 100644 --- a/maintenance/tests/parser/parserTest.inc +++ b/maintenance/tests/parser/parserTest.inc @@ -56,6 +56,7 @@ class ParserTest { private $maxFuzzTestLength = 300; private $fuzzSeed = 0; private $memoryLimit = 50; + private $uploadDir = null; public $regex = ""; private $savedGlobals = array();