TF-EssentialsX/Essentials/test/com/earth2me/essentials/PermissionsTest.java
snowleo a3ebd254f2 Moving all files to trunk.
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@969 e251c2fe-e539-e718-e476-b85c1f46cddb
2011-03-19 22:39:51 +00:00

18 lines
222 B
Java

package com.earth2me.essentials;
import junit.framework.TestCase;
public class PermissionsTest extends TestCase
{
@Override
protected void setUp() throws Exception
{
super.setUp();
}
public void test()
{
}
}