=== modified file 'drupal/sites/all/modules/path_redirect/path_redirect.test'
--- drupal/sites/all/modules/path_redirect/path_redirect.test	2013-01-04 18:43:05 +0000
+++ drupal/sites/all/modules/path_redirect/path_redirect.test	2013-04-26 13:24:20 +0000
@@ -105,7 +105,7 @@
     $this->assertRedirect(array('source' => 'test/', 'redirect' => 'node'));
 
     // Test a unicode URL.
-    $redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/example');
+    $redirect = $this->addRedirect('FrançAIS', 'http://www.iana.org/domains/special');
     $this->assertRedirect($redirect);
 
     // Test an URL with special characters.

