File tree 2 files changed +2
-6
lines changed
src/test/java/ru/mystamps/web/feature
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 40
40
// overrides settings from application-test.properties to keep the console clean,
41
41
// comment this out when you need to debug tests. See also logback-test.xml
42
42
"logging.level.root=WARN" , "logging.level.ru.mystamps=WARN"
43
- },
44
- // @todo #1143 Improve a way of importing properties files in the tests
45
- locations = "/sql/category_dao_queries.properties" )
43
+ })
46
44
@ ExtendWith (SpringExtension .class )
47
45
public class JdbcCategoryDaoTest implements WithAssertions {
48
46
Original file line number Diff line number Diff line change 40
40
// overrides settings from application-test.properties to keep the console clean,
41
41
// comment this out when you need to debug tests. See also logback-test.xml
42
42
"logging.level.root=WARN" , "logging.level.ru.mystamps=WARN"
43
- },
44
- // LATER: find a better way for importing properties files (see #1151)
45
- locations = "/sql/country_dao_queries.properties" )
43
+ })
46
44
@ ExtendWith (SpringExtension .class )
47
45
public class JdbcCountryDaoTest implements WithAssertions {
48
46
You can’t perform that action at this time.
0 commit comments