# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: moodle/lib/simpletest/testweblib.php
--- moodle/lib/simpletest/testweblib.php Base (1.6.4.5)
+++ moodle/lib/simpletest/testweblib.php Locally Modified (Based On 1.6.4.5)
@@ -142,6 +142,7 @@
                      'http://Iñtërnâtiônàlizætiøn.com?ô=nëø'=>'<a href="http://Iñtërnâtiônàlizætiøn.com?ô=nëø" target="_blank">http://Iñtërnâtiônàlizætiøn.com?ô=nëø</a>',
                      'www.Iñtërnâtiônàlizætiøn.com?ô=nëø'=>'<a href="http://www.Iñtërnâtiônàlizætiøn.com?ô=nëø" target="_blank">www.Iñtërnâtiônàlizætiøn.com?ô=nëø</a>',
                      'moodle.org' => 'moodle.org',//too hard to identify without additional regexs
+                     '<img src="http://moodle.org/logo/logo-240x60.gif" />' => '<img src="http://moodle.org/logo/logo-240x60.gif" />', //check we aren't modifying img tags
                  );
        foreach ($texts as $text => $correctresult) {
             if(mb_detect_encoding($text)=='UTF-8') {
