Explorar el Código

carp 1.25 requires an extra "." ref: https://rt.cpan.org/Public/Bug/Display.html?id=75502

Aditya Ivaturi hace 13 años
padre
commit
0022981c05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      t/01-driver.t

+ 1 - 1
t/01-driver.t

@@ -165,7 +165,7 @@ FIND: {
          . " at " . __FILE__ . " line " . (__LINE__+1);
         eval { $driver->find_element("element_that_doesnt_exist","id"); };
         chomp $@;
-        is($@,$expected_err,"find_element croaks properly");
+        is($@,$expected_err.".","find_element croaks properly");
       }
 
 EXECUTE: {