Skip to content

Commit

Permalink
Moved the test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed May 27, 2014
1 parent 626902c commit 55e768e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/PathResolverTest.java → src/test/PathResolverTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package test;

import com.happyr.java.deferredEventWorker.PathResolver;
import junit.framework.TestCase;
import org.junit.Test;

/**
* PACKAGE_NAME
Expand All @@ -10,7 +11,6 @@

public class PathResolverTest extends TestCase {

@Test
public void testResolve() {

assertEquals("/home/test/baz", PathResolver.resolve("/home/test/foobar/../baz"));
Expand All @@ -22,5 +22,4 @@ public void testResolve() {
assertEquals("/", PathResolver.resolve("/"));

}

}

0 comments on commit 55e768e

Please sign in to comment.