From 4dd1089a000289e8ccf24b04b199577389021b65 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 28 May 2009 15:57:51 +0000 Subject: [PATCH] Update test to track Matrix code for getListings. --- t/Asset/Wobject/Matrix.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Asset/Wobject/Matrix.t b/t/Asset/Wobject/Matrix.t index b40694f96..82285726c 100644 --- a/t/Asset/Wobject/Matrix.t +++ b/t/Asset/Wobject/Matrix.t @@ -120,7 +120,7 @@ cmp_deeply( clicks=>"0", compares=>"0", assetId=>$expectedAssetId, - url=>$matrixListing->get('url'), + url=>$session->url->gateway($matrixListing->get('url')), title=>$matrixListing->get('title') }] , @@ -141,7 +141,7 @@ cmp_deeply( clicks=>"0", compares=>"0", assetId=>$expectedAssetId, - url=>$matrixListing->get('url'), + url=>$session->url->gateway($matrixListing->get('url')), title=>$matrixListing->get('title') }] ,