super(name);
configureProject("src/etc/testcases/core/case.xml");
Test whether the build file treats nested elements without regard to case. This should not cause an exception. executeTarget("case-sensitivity");
executeTarget("case-sensitivity");
Test whether the build file uses case when determining task names. expectBuildExceptionContaining("taskcase", "Task names are case sensitive", "Problem: failed to create task or type ecHO");
expectBuildExceptionContaining("taskcase", "Task names are case sensitive", "Problem: failed to create task or type ecHO");