Hi Björn! On 01/16/2008 06:46 PM Björn Dieding wrote: > Yes, > I do have an oracle server here.
I hope this is also configured in this weird way with the decimal char? :) > Is there a HOWTO on how to do the units tests with ezc and phpunit? > http://www.ezcomponents.org/docs/tutorials here is nothing. Putting an article online for checking out ezc from SVN and running the test suite sounds like a good idea. It can also give people a good help when reporting bugs. > How do I execute the testrunner where is it? Checkout eZ Components from SVN by doing $ svn co http://[EMAIL PROTECTED]/svn/ezcomponents/trunk $ svn co http://[EMAIL PROTECTED]/svn/ezcomponents/scripts Change to trunk. Setup the basic autoload environment by calling either $ ../scripts/setup-env.sh on Linux or $ ../scripts/setup-env.bat on Windows. Now you are ready to run tests. In order to perform them call $ php UnitTest/src/runtests.php <component_name> database information can be provided via the -D switch to the test runner. See --help for more info. HTH and thanks for your help! Toby -- Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer [EMAIL PROTECTED] | eZ Systems AS | ez.no -- Components mailing list [email protected] http://lists.ez.no/mailman/listinfo/components
