summaryrefslogtreecommitdiffstats
path: root/Essentials/test/com/earth2me/essentials/PermissionsTest.java
blob: a630edf854b66411b13dea39e44f2d976b02ada3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.earth2me.essentials;

import junit.framework.TestCase;


public class PermissionsTest extends TestCase
{
	@Override
	protected void setUp() throws Exception
	{
		super.setUp();
	}
	
	public void test()
	{
	}
}