Skip to content

Commit

Permalink
Merge pull request #88 from tarree/xstream_process_annotations
Browse files Browse the repository at this point in the history
Re-add call to XSTREAM.processAnnotations to ensure @XStreamAlias works
  • Loading branch information
nfalco79 authored Apr 13, 2021
2 parents 435401a + c07854c commit dab56bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static void init(Jenkins jenkins) {
String className = getClassName(classType);
Items.XSTREAM.alias(className, classType);
}
Items.XSTREAM.processAnnotations(XUnitPublisher.class);
}

private static String getClassName(Class<? extends TestType> classType) {
Expand Down

0 comments on commit dab56bb

Please sign in to comment.