Commit:    fc76eddb4a543cdc463f50a66d7fb67449cdbda2
Author:    Anatol Belski <a...@php.net>         Fri, 7 Sep 2018 10:58:36 +0200
Parents:   2a80684d7edf17d419dc5883c92c88e20482e0be
Branches:  revamp_3

Link:       
http://git.php.net/?p=pftt2.git;a=commitdiff;h=fc76eddb4a543cdc463f50a66d7fb67449cdbda2

Log:
Fix wrong piece

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)

Reply via email to