Skip to content

Commit c5d46d0

Browse files
author
Dave Syer
committed
Re-instate test when fixed
1 parent bb50e1e commit c5d46d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot/src/test/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessorTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import javax.validation.constraints.NotNull;
2121

2222
import org.junit.After;
23-
import org.junit.Ignore;
2423
import org.junit.Test;
2524
import org.springframework.beans.factory.BeanCreationException;
2625
import org.springframework.beans.factory.annotation.Value;
@@ -133,7 +132,6 @@ public void testPropertyWithEnum() throws Exception {
133132
}
134133

135134
@Test
136-
@Ignore("WIP")
137135
public void testValueBindingForDefaults() throws Exception {
138136
this.context = new AnnotationConfigApplicationContext();
139137
EnvironmentTestUtils.addEnvironment(this.context, "default.value:foo");
@@ -294,6 +292,7 @@ public String getValue() {
294292
return this.value;
295293
}
296294

295+
@Bean
297296
public static PropertySourcesPlaceholderConfigurer configurer() {
298297
return new PropertySourcesPlaceholderConfigurer();
299298
}

0 commit comments

Comments
 (0)