tests/Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:58:08 +0000 (10:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:58:08 +0000 (10:58 +0800)
tests/Images.php

index 6a33fa8..eda82d9 100644 (file)
@@ -9,9 +9,9 @@ class Pman_Core_tests_Images extends Pman
         echo '<PRE>';
         require_once 'Pman/Core/Images.php';
         $ret = Pman_Core_Images::replaceImageURLS('
-                <img src="http://test.php/Core/Images/Thumb/200x40/34/test.png">
-                <img src="http://test.php/Images/34/test.png" width="100">
-                <a href="http://test.php/Images/Download/34/test.png">test</a>
+                <img src="http://www.roojs.com/index.php/Core/Images/Thumb/200x40/34/test.png">
+                <img src="http://www.roojs.com/index.php/Images/34/test.png" width="100">
+                <a href="http://www.roojs.com/index.php/Images/Download/34/test.png">test</a>
                 
         ', 'http://roojs.com/index.php/');
         echo htmlspecialchars($ret);