blob: 0bec2c5d20183b114b8f5595690253a9c6b469fa [file] [log] [blame]
/*****************************************************************************
* Copyright (C) The Apache Software Foundation. All rights reserved. *
* ------------------------------------------------------------------------- *
* This software is published under the terms of the Apache Software License *
* version 1.1, a copy of which has been included with this distribution in *
* the LICENSE file. *
*****************************************************************************/
package org.apache.batik.test.xml;
import org.apache.batik.test.AbstractTest;
/**
* Dummy Test which always passes. Needed for the test infrastructure
* validation.
*
* @author <a href="mailto:vhardy@apache.lorg">Vincent Hardy</a>
* @version $Id$
*/
public class DummyValidTest extends AbstractTest {
}