Author: adietish
Date: 2010-09-10 09:38:56 -0400 (Fri, 10 Sep 2010)
New Revision: 24867
Modified:
trunk/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/JBossToolsUsageRequestsTest.java
Log:
[JBIDE-7043] tests corrected
Modified:
trunk/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/JBossToolsUsageRequestsTest.java
===================================================================
---
trunk/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/JBossToolsUsageRequestsTest.java 2010-09-10
13:21:53 UTC (rev 24866)
+++
trunk/usage/tests/org.jboss.tools.usage.test/src/org/jboss/tools/usage/test/JBossToolsUsageRequestsTest.java 2010-09-10
13:38:56 UTC (rev 24867)
@@ -1002,7 +1002,7 @@
@Test
public void testWinWin7UserAgent() throws IOException {
- TestHttpGetMethod method = new TestHttpGetMethod(UserAgentString.WINXP);
+ TestHttpGetMethod method = new TestHttpGetMethod(UserAgentString.WIN7);
String url = "http://www.google-analytics.com/__utm.gif?utmwv=4.7.2"
+ "&utmn=911593326"
+ "&utmhn=jboss.org"
@@ -1023,7 +1023,7 @@
@Test
public void testWinVistaUserAgent() throws IOException {
- TestHttpGetMethod method = new TestHttpGetMethod(UserAgentString.WINXP);
+ TestHttpGetMethod method = new TestHttpGetMethod(UserAgentString.WINVISTA);
String url = "http://www.google-analytics.com/__utm.gif?utmwv=4.7.2"
+ "&utmn=958593326"
+ "&utmhn=jboss.org"
Show replies by date