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:
Hiram R. Chirino 2009-09-23 21:04:03 +00:00
parent 35658c7c7b
commit 7b2a13e4e0
1 changed files with 3 additions and 0 deletions

View File

@ -21,4 +21,7 @@ import junit.framework.TestCase;
public class PolicyConfigTest extends TestCase{
public void testNoop() {
}
}