blob: 7cbed52d55601f3295a2729079ab7a864040344e [file] [log] [blame]
package org.apache.myfaces.buildtools.normalizer;
import junit.framework.TestCase;
/**
* Unit test for Normalizer.
*/
public class NormalizerTest extends TestCase
{
/**
* Rigorous Test :-)
*/
public void testNormalizer()
{
// TODO: write some real tests here
assertTrue( true );
}
}