Skip to content

Commit

Permalink
#12 Change classpath fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Jan 5, 2017
1 parent b7844a5 commit c95c9ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions .classpath
Expand Up @@ -3,8 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.7.0_67/jre/lib/jfxrt.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
9 changes: 0 additions & 9 deletions test/ca/mcgill/cs/stg/solitaire/model/TestCompositeMove.java
Expand Up @@ -20,21 +20,12 @@
*******************************************************************************/
package ca.mcgill.cs.stg.solitaire.model;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

import java.lang.reflect.Field;

import org.junit.Before;
import org.junit.Test;

import ca.mcgill.cs.stg.solitaire.cards.Card;
import ca.mcgill.cs.stg.solitaire.cards.Card.Rank;
import ca.mcgill.cs.stg.solitaire.cards.Card.Suit;
import ca.mcgill.cs.stg.solitaire.model.GameModel.StackIndex;
import ca.mcgill.cs.stg.solitaire.model.GameModel.SuitStackIndex;

public class TestCompositeMove
{
class StubMove implements Move
Expand Down

0 comments on commit c95c9ff

Please sign in to comment.