1   // Copyright 2005, FreeHEP.
2   package org.freehep.graphicsio.svg.test;
3   
4   import org.freehep.graphicsio.test.TestSuite;
5   
6   /**
7    * @author Mark Donszelmann
8    * @version $Id: SVGTestSuite.java 8584 2006-08-10 23:06:37Z duns $
9    */
10  public class SVGTestSuite extends TestSuite {
11  
12      public static TestSuite suite() {
13          SVGTestSuite suite = new SVGTestSuite();
14          suite.addTests("SVG");
15          return suite;
16      }
17  
18  }