From 38098175710d5c3e581d1b97978883debd9729b3 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 13 Jun 2011 17:49:02 -0500 Subject: [PATCH] Ave trips mysql's stopwords? --- t/Asset/MapPoint.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/MapPoint.t b/t/Asset/MapPoint.t index c8dd9f4ea..8b81df533 100644 --- a/t/Asset/MapPoint.t +++ b/t/Asset/MapPoint.t @@ -49,7 +49,7 @@ WebGUI::Test->addToCleanup($versionTag); # Create a map point my $test_point = { website => 'http://www.plainblack.com', - address1 => '520 University Ave', + address1 => '520 University', address2 => 'Suite 320', city => 'Madison', region => 'Wisconsin',