Skip to content

Commit 4375b9c

Browse files
author
Costin Leau
committed
SPR-6333
SPR-6393 + fixed the tests
1 parent 4efa91d commit 4375b9c

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

org.springframework.context/src/test/java/org/springframework/instrument/classloading/oc4j/OC4JClassPreprocessorAdapterTests.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,4 @@ public void testClassNameIsUnMangledPriorToTransformation() throws IllegalClassF
5757

5858
verify(transformer);
5959
}
60-
61-
@Test(expected=IllegalArgumentException.class)
62-
public void testCtorWithNullClassFileTransformer() {
63-
new OC4JClassPreprocessorAdapter(null);
64-
}
65-
}
60+
}

org.springframework.context/src/test/java/org/springframework/instrument/classloading/oc4j/OC4JLoadTimeWeaverTests.java

-5
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@ public void testCtorWithNullClassLoader() {
3131
new OC4JLoadTimeWeaver(null);
3232
}
3333

34-
@Test(expected=IllegalArgumentException.class)
35-
public void testAddTransformerWithNullTransformer() {
36-
new OC4JLoadTimeWeaver().addTransformer(null);
37-
}
38-
3934
}

0 commit comments

Comments
 (0)