Author: thomas.heute(a)jboss.com
Date: 2008-08-28 14:05:44 -0400 (Thu, 28 Aug 2008)
New Revision: 11762
Modified:
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java
Log:
Fix testcase (for real)
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-28
15:35:20 UTC (rev 11761)
+++
branches/JBoss_Portal_Branch_2_7/widget/src/main/org/jboss/portal/test/widget/netvibes/NetvibesQueryTestCase.java 2008-08-28
18:05:44 UTC (rev 11762)
@@ -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&page=...;,
q.buildQueryURL().toString());
}
public void test03()