From e833d472c6940974baf7ab70f5e89bdf2db33d4a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 21 Feb 2011 14:29:30 -0800 Subject: [PATCH] Update this test to duplicate the encoding done in the Matrix. --- t/Asset/Wobject/Matrix.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/Wobject/Matrix.t b/t/Asset/Wobject/Matrix.t index 5270502ef..d18c58376 100644 --- a/t/Asset/Wobject/Matrix.t +++ b/t/Asset/Wobject/Matrix.t @@ -135,7 +135,7 @@ is($matrixListing->get('views'),'1','Views were incremented'); my $expectedAssetId = $matrixListing->getId; my $safeAssetId = $expectedAssetId; -$safeAssetId =~ s/-/_____/; +$safeAssetId =~ s/-/_____/g; my $listings = $matrix->getListings;