Skip to content

Commit

Permalink
Test refactoring (test for #286 now passes)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 21, 2023
1 parent f7e638c commit 9427352
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tools.jackson.dataformat.xml.failing;
package tools.jackson.dataformat.xml.misc;

import com.fasterxml.jackson.annotation.JsonIdentityInfo;
import com.fasterxml.jackson.annotation.ObjectIdGenerators;
Expand All @@ -10,7 +10,7 @@

// for [dataformat-xml#286]: parser getting confused with unwrapped lists,
// object id
public class UnwrappedJsonIdentityConflictTest extends XmlTestBase
public class UnwrappedJsonIdentityConflict286Test extends XmlTestBase
{
static class Town
{
Expand Down

0 comments on commit 9427352

Please sign in to comment.