X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=Equinox-Migration%2Ft%2F01-SimpleTagList.t;h=0d4c9a4f32914b273caa0ac01e7d6380a84e3e11;hp=8ef29c033ad814635342f33f62dfc16b01a96e60;hb=7b6f5557a05fa7e4cd09f433398ea4f6368ae519;hpb=c4f56550499fc26ed1f5f5aeabc972ed8f9b27ec diff --git a/Equinox-Migration/t/01-SimpleTagList.t b/Equinox-Migration/t/01-SimpleTagList.t index 8ef29c0..0d4c9a4 100644 --- a/Equinox-Migration/t/01-SimpleTagList.t +++ b/Equinox-Migration/t/01-SimpleTagList.t @@ -7,7 +7,7 @@ use Equinox::Migration::SimpleTagList; # baseline object creation eval { my $stl = Equinox::Migration::SimpleTagList->new( file => "thefileisalie.txt" ) }; -is ($@ =~ /^Can't open tags file:/, 1, 'cannot open that'); +is ($@ =~ /^Can't open tags file 'thefileisalie\.txt':/, 1, 'cannot open that'); my $stl = Equinox::Migration::SimpleTagList->new(); is(ref $stl, "Equinox::Migration::SimpleTagList", "self is self");