Skip to content

Commit 2b9940a

Browse files
committed
help
1 parent 0519c80 commit 2b9940a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

log4j-api-test/src/test/java/org/apache/logging/log4j/util/SortedArrayStringMapTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public void testSerializationOfNonSerializableValue() throws Exception {
123123
public void testDeserializationOfUnknownClass() throws Exception {
124124
final SortedArrayStringMap original = new SortedArrayStringMap();
125125
original.putValue("a", "avalue");
126+
// org.junit.runner does not have an equivalent in junit 5
126127
original.putValue("serializableButNotInClasspathOfDeserializer", new org.junit.runner.Result());
127128
original.putValue("zz", "last");
128129

@@ -138,6 +139,7 @@ public void testDeserializationOfUnknownClass() throws Exception {
138139
classpath,
139140
DeserializerHelper.class.getName(),
140141
file.getPath(),
142+
// org.junit.runner does not have an equivalent in junit 5
141143
"org.junit.runner.Result")
142144
.start();
143145
final BufferedReader in = new BufferedReader(new InputStreamReader(process.getErrorStream()));

0 commit comments

Comments
 (0)