saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Clean compilation test fails because define-debug-constants.inc.php is not found. #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You run all the unit tests.
2.
ObjectOrientation_CompilationTests::test_all_classes_compile_without_writing_to_
stdout
() fails because PROJECT_ROOT .
'/haddock/public-html/public-html/define-debug-constants.inc.php' cannot be
opened.

What is the expected output? What do you see instead?

The debug constants are now defined in an includes file in the
code-analysis core module. The scripts that are generated should include
the correct file.

Original issue reported on code.google.com by robert.i...@gmail.com on 19 Dec 2008 at 4:07