Index: path_redirect.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/path_redirect/path_redirect.test,v
retrieving revision 1.1.2.25
diff -u -p -r1.1.2.25 path_redirect.test
--- path_redirect.test	1 Dec 2010 00:50:52 -0000	1.1.2.25
+++ path_redirect.test	4 Feb 2011 15:20:02 -0000
@@ -100,7 +100,7 @@ class PathRedirectUnitTest extends PathR
     $this->assertRedirect(array('source' => 'test/', 'redirect' => 'node'));
 
     // Test a unicode URL.
-    $redirect = $this->addRedirect('FrançAIS', 'http://example.com/');
+    $redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/example/');
     $this->assertRedirect($redirect);
 
     // Test an URL with special characters.
