Skip to content

Commit

Permalink
move ForgePreferencesInitializerTest to package org.jboss.tools.forge…
Browse files Browse the repository at this point in the history
….core.internal.preferences
  • Loading branch information
koentsje committed Feb 20, 2014
1 parent 58e1784 commit 4712e55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package org.jboss.tools.forge.core.preferences;
package org.jboss.tools.forge.core.internal.preferences;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;

import org.eclipse.core.runtime.preferences.IEclipsePreferences;
import org.eclipse.core.runtime.preferences.InstanceScope;
import org.jboss.tools.forge.core.internal.preferences.ForgeCorePreferencesInitializer;
import org.jboss.tools.forge.core.preferences.ForgeCorePreferences;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
Expand Down

0 comments on commit 4712e55

Please sign in to comment.