SPR-6393
+ fixed the tests

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2465 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau
2009-11-19 23:01:36 +00:00
parent 73b9a5ef0e
commit fcdee85d54
2 changed files with 1 additions and 11 deletions
@@ -57,9 +57,4 @@ public final class OC4JClassPreprocessorAdapterTests {
verify(transformer);
}
@Test(expected=IllegalArgumentException.class)
public void testCtorWithNullClassFileTransformer() {
new OC4JClassPreprocessorAdapter(null);
}
}
}
@@ -31,9 +31,4 @@ public final class OC4JLoadTimeWeaverTests {
new OC4JLoadTimeWeaver(null);
}
@Test(expected=IllegalArgumentException.class)
public void testAddTransformerWithNullTransformer() {
new OC4JLoadTimeWeaver().addTransformer(null);
}
}