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