From 76f3e986b757ccebb417b80e6fa4f1bc6f8474cd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 18 Feb 2008 18:33:32 +0000 Subject: [PATCH] Port over missing diagnostic for getPathFrag test. --- t/Storage.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Storage.t b/t/Storage.t index 4d9b67046..a7041b7d9 100644 --- a/t/Storage.t +++ b/t/Storage.t @@ -65,7 +65,7 @@ is( $storage1->getLastError, undef, "No errors during path creation"); # #################################################### -is( $storage1->getPathFrag, 'fo/ob/foobar'); +is( $storage1->getPathFrag, 'fo/ob/foobar', 'pathFrag returns correct value'); #################################################### #