X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneParserTest.java;h=f0fca12401b053967bc105f367ee58f7de561fef;hb=4de51d1f23c4b8013faec911b00cc5b7fc1d90f0;hp=1799ac70ec59d10ef1174761ae7d36e89d06b186;hpb=c42ddd6ad10682362cd3b5452fc0fdc79d0ea313;p=Sone.git diff --git a/src/test/java/net/pterodactylus/sone/core/SoneParserTest.java b/src/test/java/net/pterodactylus/sone/core/SoneParserTest.java index 1799ac7..f0fca12 100644 --- a/src/test/java/net/pterodactylus/sone/core/SoneParserTest.java +++ b/src/test/java/net/pterodactylus/sone/core/SoneParserTest.java @@ -151,6 +151,11 @@ public class SoneParserTest { } @Test + public void verifyThatMissingAlbumsSectionDoNotCauseAnError() { + soneParser.parseSone(database, originalSone, getXml("missing-albums")); + } + + @Test public void verifyThatAnEmptyProfileIsParsedWithoutError() { Sone sone = soneParser.parseSone(database, originalSone, getXml("empty-profile")); assertThat(sone.getProfile().getFirstName(), nullValue());