Skip to content

Commit

Permalink
preparing for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Dec 21, 2016
1 parent 2645488 commit a3bcc0e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -37,7 +37,7 @@
<id>sangupta</id>
<name>Sandeep Gupta</name>
<email>sandy.pec@gmail.com</email>
<url>http://www.sangupta.com</url>
<url>https://sangupta.com</url>
</developer>
</developers>

Expand Down Expand Up @@ -69,9 +69,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.sangupta</groupId>
<groupId>com.sangupta</groupId>
<artifactId>jerry-core</artifactId>
<version>-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>

<!-- Servlet APIs and all -->
Expand Down Expand Up @@ -106,9 +106,9 @@

<!-- for unit testing -->
<dependency>
<groupId>com.github.sangupta</groupId>
<groupId>com.sangupta</groupId>
<artifactId>am</artifactId>
<version>-SNAPSHOT</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ public class TestJavascriptMinificationFilter {

@Test
public void basicTests() {
// JavascriptMinificationFilter filter = AmServletFilterTestHelper.getFilterForUnitTesting(JavascriptMinificationFilter.class);
//
// AmHttpServletRequest request = AmHttpServletRequest.getDefault("home.html");
// AmHttpServletResponse response = new AmHttpServletResponse();
//
// AmServletFilterTestHelper.assertFilterChainInvoked(filter, request, response);;
JavascriptMinificationFilter filter = AmServletFilterTestHelper.getFilterForUnitTesting(JavascriptMinificationFilter.class);

AmHttpServletRequest request = AmHttpServletRequest.getDefault("home.html");
AmHttpServletResponse response = new AmHttpServletResponse();

AmServletFilterTestHelper.assertFilterChainInvoked(filter, request, response);;
}
}

0 comments on commit a3bcc0e

Please sign in to comment.