diff -r 000000000000 -r 2e8eeb919028 configurationengine/source/scripts/tests/generation_test_project/custom/implml/missing_file_in_report_test.implml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/tests/generation_test_project/custom/implml/missing_file_in_report_test.implml Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + True configures TempFeatureMissingFile.Test1 = {% delete_file('output/content/missing_output_file_test1.txt') %} + True configures TempFeatureMissingFile.Test2 = {% delete_file('output/content/missing_output_file_test2.txt') %} + + +def delete_file(file): + import os + print "removing %s" % file + os.remove(file) + + + + + \ No newline at end of file