Skip to content

Commit

Permalink
Issue #23 Added test to verify that un-annotated mapping together wit…
Browse files Browse the repository at this point in the history
…h AnyToEnumConverter works to create a pre-merge original (ie, MergePair).

See also:
- 42BV/beanmapper#92
- 42BV/beanmapper#97
  • Loading branch information
robert-bor committed Nov 2, 2017
1 parent b656226 commit 512480c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>io.beanmapper</groupId>
<artifactId>beanmapper-spring</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>42 Bean Mapper Spring Support</name>
<description>Spring support for the Bean Mapper</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.beanmapper</groupId>
<artifactId>beanmapper</artifactId>
<version>2.2.0</version>
<version>2.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
Expand Up @@ -278,7 +278,6 @@ public void testPair() throws Exception {
}

@Test
@Ignore("Needs to be part of a higher-level fix for dealing with collections")
public void testPairWithCollection() throws Exception {
Person person = new Person();
person.setName("Henk");
Expand Down

0 comments on commit 512480c

Please sign in to comment.