Skip to content

Commit d0cd678

Browse files
committed
[SPR-8387] Added TODO.
1 parent 072271d commit d0cd678

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

org.springframework.test/src/main/java/org/springframework/test/context/support/DelegatingSmartContextLoader.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ else if (generatesDefaults()) {
108108
throw new IllegalStateException(String.format("None of the SmartContextLoader candidates %s "
109109
+ "was able to detect defaults for context configuration [%s].", candidates, configAttributes));
110110
}
111+
112+
// TODO Throw exception if defaults were generated for both
113+
// locations and configuration classes.
111114
}
112115
}
113116

0 commit comments

Comments
 (0)