mirror of https://github.com/apache/activemq.git
New test added in commit 818147 did not have any test methods.. Related to AMQ-2403
adding a noop test case so that way it does not fail the build. Perhaps the real test methods are still under development? git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35658c7c7b
commit
7b2a13e4e0
|
@ -21,4 +21,7 @@ import junit.framework.TestCase;
|
||||||
|
|
||||||
public class PolicyConfigTest extends TestCase{
|
public class PolicyConfigTest extends TestCase{
|
||||||
|
|
||||||
|
public void testNoop() {
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue