Reactivated accidentally disabled unit tests.
This commit is contained in:
@@ -317,9 +317,6 @@
|
|||||||
<includes>
|
<includes>
|
||||||
<include>**/*Tests.java</include>
|
<include>**/*Tests.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
<excludes>
|
|
||||||
<exclude>**/Abstract*.java</exclude>
|
|
||||||
</excludes>
|
|
||||||
<junitArtifactName>junit:junit</junitArtifactName>
|
<junitArtifactName>junit:junit</junitArtifactName>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import com.mongodb.DBObject;
|
|||||||
*
|
*
|
||||||
* @author Oliver Gierke
|
* @author Oliver Gierke
|
||||||
*/
|
*/
|
||||||
public class AbstractMongoEventListenerUnitTest {
|
public class AbstractMongoEventListenerUnitTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void invokesCallbackForEventForPerson() {
|
public void invokesCallbackForEventForPerson() {
|
||||||
Reference in New Issue
Block a user