Author: thomas.heute(a)jboss.com
Date: 2008-06-25 17:33:53 -0400 (Wed, 25 Jun 2008)
New Revision: 11149
Modified:
branches/JBoss_Portal_Branch_2_7/cms/src/main/org/jboss/portal/test/cms/commands/TestSearch.java
Log:
oups
Modified:
branches/JBoss_Portal_Branch_2_7/cms/src/main/org/jboss/portal/test/cms/commands/TestSearch.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/cms/src/main/org/jboss/portal/test/cms/commands/TestSearch.java 2008-06-25
19:44:41 UTC (rev 11148)
+++
branches/JBoss_Portal_Branch_2_7/cms/src/main/org/jboss/portal/test/cms/commands/TestSearch.java 2008-06-25
21:33:53 UTC (rev 11149)
@@ -27,6 +27,7 @@
import org.jboss.portal.cms.Command;
import org.jboss.portal.cms.model.File;
import org.jboss.portal.search.FederatedQuery;
+import org.jboss.portal.search.QueryConversionException;
import org.jboss.portal.search.impl.jcr.JCRQuery;
import org.jboss.portal.search.impl.jcr.JCRQueryConverter;
@@ -47,7 +48,7 @@
}
/** Tests retrieval of the version labeled LIVE. */
- public void testFileGet() throws CMSException
+ public void testFileGet() throws CMSException, QueryConversionException
{
FederatedQuery query = new FederatedQuery("risks");
Show replies by date