zoe             Mon May  4 16:29:55 2009 UTC

  Modified files:              
    /phpruntests/tests/testcase/sections/configurationsections  
                                                                
rtPostRawSectionTest.php 
  Log:
  more quote fixing
  
http://cvs.php.net/viewvc.cgi/phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php?r1=1.1&r2=1.2&diff_format=u
Index: 
phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php
diff -u 
phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php:1.1
 
phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php:1.2
--- 
phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php:1.1
      Mon May  4 15:45:54 2009
+++ 
phpruntests/tests/testcase/sections/configurationsections/rtPostRawSectionTest.php
  Mon May  4 16:29:55 2009
@@ -20,7 +20,7 @@
         
         $fileName = $postSection->getPostFileName();
         $string = file_get_contents($fileName);        
-        $this->assertEquals('fred\njoe\nContent-Type:the second\nmary', 
$string);
+        $this->assertEquals("fred\njoe\nContent-Type:the second\nmary", 
$string);
     }
 }
 ?>
\ No newline at end of file



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to