Skip to content

Commit

Permalink
Add case
Browse files Browse the repository at this point in the history
  • Loading branch information
cj96248 committed Sep 12, 2018
1 parent 086576f commit d485d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/example/demo/lesson8/GenerateXML.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void test5_3() throws JAXBException {


@Test
public void test66() throws Exception {
public void test6() throws Exception {
Marshaller marshaller = context.createMarshaller();
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true);
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, true);
Expand Down

0 comments on commit d485d0e

Please sign in to comment.