Commit: 2c35b75c8e36f70f1ca58bc8aab759ea1af2148a Author: Anatol Belski <a...@php.net> Fri, 7 Sep 2018 10:58:36 +0200 Parents: ca34269debeee8b3c192cfa3dd56a35b54be6d1b Branches: master
Link: http://git.php.net/?p=pftt2.git;a=commitdiff;h=2c35b75c8e36f70f1ca58bc8aab759ea1af2148a Log: Fix wrong piece Former-commit-id: fc76eddb4a543cdc463f50a66d7fb67449cdbda2 Changed paths: M src/com/mostc/pftt/runner/PhptTestPreparer.java Diff: diff --git a/src/com/mostc/pftt/runner/PhptTestPreparer.java b/src/com/mostc/pftt/runner/PhptTestPreparer.java index cb3ae79..a38328d 100644 --- a/src/com/mostc/pftt/runner/PhptTestPreparer.java +++ b/src/com/mostc/pftt/runner/PhptTestPreparer.java @@ -85,7 +85,7 @@ public class PhptTestPreparer { } public void prepareTest(PhptSourceTestPack src_test_pack, FileSystemScenario fs_scenario) throws Exception { - if (false /* TODO !AzureWebsitesScenario.check(fs_scenario) */) { + if (true /* TODO !AzureWebsitesScenario.check(fs_scenario) */) { if (test_case.containsSection(EPhptSection.FILE_EXTERNAL)) { // open external file and copy to test_file (binary, no char conversion - which could break it - often this is a PHAR file - which will be broken if charset coversion is done)