Author: thomas.heute(a)jboss.com
Date: 2008-08-26 12:59:15 -0400 (Tue, 26 Aug 2008)
New Revision: 11741
Modified:
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java
Log:
oups
Modified:
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java 2008-08-26
16:14:49 UTC (rev 11740)
+++
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java 2008-08-26
16:59:15 UTC (rev 11741)
@@ -43,7 +43,7 @@
public void test02() throws Exception
{
NetvibesQuery q = new NetvibesQuery(1, 11, "5", "foo",
"bar");
-
assertEquals("http://api.eco.netvibes.com/search/?type=uwa&limit...;,
q.buildQueryURL().toString());
+
assertEquals("http://api.eco.netvibes.com/search/?type=uwa&limit...;,
q.buildQueryURL().toString());
}
public void test03()