Escape the assetId everytime - is encountered, not just the first.

This commit is contained in:
Colin Kuskie 2011-01-04 18:32:06 -08:00
parent e87358d0cb
commit 6665e9f144

View file

@ -132,7 +132,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;