You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/04/14 22:35:16 UTC

svn commit: r1092504 - /incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java

Author: scottbw
Date: Thu Apr 14 20:35:15 2011
New Revision: 1092504

URL: http://svn.apache.org/viewvc?rev=1092504&view=rev
Log:
Updated one of the functional tests - the BBC weather feed URL changed, and though I'd updated the Widget I hadn't updated this test.

Modified:
    incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java

Modified: incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java?rev=1092504&r1=1092503&r2=1092504&view=diff
==============================================================================
--- incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java (original)
+++ incubator/wookie/trunk/src-tests/org/apache/wookie/tests/functional/ProxyTest.java Thu Apr 14 20:35:15 2011
@@ -42,7 +42,7 @@ public class ProxyTest extends AbstractC
 	private static final String VALID_SITE_XML_URL = TEST_SERVER_LOCATION+"widgets?all=true";
 	private static final String INVALID_SITE_URL = "DFASFAFEQ3FQ32145235123452";
 	private static final String BLOCKED_SITE_URL = "http://very.bad.place";
-	private static final String POLICY_ALLOWED_SITE_URL = "http://feeds.bbc.co.uk/weather/feeds/rss.shtml?world=11";
+	private static final String POLICY_ALLOWED_SITE_URL = "http://newsrss.bbc.co.uk/weather/forecast/9/Next3DaysRSS.xml";
 	private static final String POLICY_DISALLOWED_SITE_URL = "http://news.bbc.co.uk";
 	private static final String PROTECTED_SITE_URL = TEST_SERVER_LOCATION+"admin/";