1   /*
2    * Created on 2005-01-12
3    *
4    * TODO To change the template for this generated file go to
5    * Window - Preferences - Java - Code Style - Code Templates
6    */
7   package org.sourceforge.jvb3d.Loader;
8   
9   import junit.framework.TestCase;
10  
11  /***
12   * @author Develop
13   *
14   * TODO To change the template for this generated type comment go to
15   * Window - Preferences - Java - Code Style - Code Templates
16   */
17  public class MaterialManagerTest extends TestCase {
18  	MaterialManager tested = null;
19  	
20  	public void testMaterialManager() {
21  		tested = new MaterialManager();
22  	}
23  
24  }