Port over missing diagnostic for getPathFrag test.

This commit is contained in:
Colin Kuskie 2008-02-18 18:33:32 +00:00
parent b4ef882e4c
commit 76f3e986b7

View file

@ -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');
####################################################
#