Update this test to duplicate the encoding done in the Matrix.

This commit is contained in:
Colin Kuskie 2011-02-21 14:29:30 -08:00
parent 44039fd555
commit e833d472c6

View file

@ -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;