Return-Path: Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 69691 invoked by uid 500); 3 May 2003 05:13:36 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 69680 invoked by uid 500); 3 May 2003 05:13:36 -0000 Received: (qmail 69677 invoked from network); 3 May 2003 05:13:36 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 3 May 2003 05:13:36 -0000 Received: (qmail 1846 invoked by uid 1195); 3 May 2003 05:13:35 -0000 Date: 3 May 2003 05:13:35 -0000 Message-ID: <20030503051335.1845.qmail@icarus.apache.org> From: donaldp@apache.org To: avalon-sandbox-cvs@apache.org Subject: cvs commit: avalon-sandbox/xfc/src/test/org/apache/excalibur/xfc/test xfcTestCase.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 2003/05/02 22:13:35 Modified: xfc/src/test/org/apache/excalibur/xfc/test xfcTestCase.java Log: Update to use correct data files Revision Changes Path 1.16 +7 -4 avalon-sandbox/xfc/src/test/org/apache/excalibur/xfc/test/xfcTestCase.java Index: xfcTestCase.java =================================================================== RCS file: /home/cvs/avalon-sandbox/xfc/src/test/org/apache/excalibur/xfc/test/xfcTestCase.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- xfcTestCase.java 3 May 2003 04:11:07 -0000 1.15 +++ xfcTestCase.java 3 May 2003 05:13:35 -0000 1.16 @@ -57,6 +57,9 @@ import org.apache.avalon.framework.logger.ConsoleLogger; import org.apache.avalon.framework.logger.Logger; import org.apache.excalibur.xfc.Module; +import org.apache.excalibur.xfc.data.Component1; +import org.apache.excalibur.xfc.data.Component3; +import org.apache.excalibur.xfc.data.Component2; import org.apache.excalibur.xfc.model.Model; import org.apache.excalibur.xfc.model.role.RoleRef; import org.apache.excalibur.xfc.modules.ecm.ECM; @@ -353,9 +356,9 @@ // input classes to analyse final String[] classes = { - "org.apache.excalibur.xml.impl.JaxpParser", - "org.apache.excalibur.xml.xslt.XSLTProcessorImpl", - "org.apache.excalibur.xml.xpath.XPathProcessorImpl", + Component1.class.getName(), + Component2.class.getName(), + Component3.class.getName(), }; // actual handlers these classes should use --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org