re-enabled tests by default

This commit is contained in:
James Strachan
2012-03-09 07:12:41 +00:00
parent 6d355d7be2
commit b5108912ee
7 changed files with 26 additions and 13 deletions
+6
View File
@@ -19,6 +19,12 @@
<artifactId>pegdown</artifactId>
<version>${pegdown.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>