Skip to content

Commit 7a170e8

Browse files
committed
Updated IntelliJ project for JUnit 4.9.0
1 parent 3ec78e2 commit 7a170e8

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

spring-framework.ipr

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<option name="m_maxLength" value="64" />
446446
</inspection_tool>
447447
<inspection_tool class="JUnitTestClassNamingConvention" enabled="true" level="WARNING" enabled_by_default="true">
448-
<option name="m_regex" value="[A-Z][A-Za-z\d]*Test" />
448+
<option name="m_regex" value="[A-Z][A-Za-z\d]*Tests" />
449449
<option name="m_minLength" value="8" />
450450
<option name="m_maxLength" value="64" />
451451
</inspection_tool>
@@ -891,6 +891,31 @@
891891
<option name="CONTINUATION_INDENT_SIZE" value="8" />
892892
</indentOptions>
893893
</codeStyleSettings>
894+
<codeStyleSettings language="Scala">
895+
<option name="KEEP_LINE_BREAKS" value="false" />
896+
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" />
897+
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
898+
<option name="BLANK_LINES_AROUND_FIELD" value="1" />
899+
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
900+
<option name="ELSE_ON_NEW_LINE" value="true" />
901+
<option name="WHILE_ON_NEW_LINE" value="true" />
902+
<option name="CATCH_ON_NEW_LINE" value="true" />
903+
<option name="FINALLY_ON_NEW_LINE" value="true" />
904+
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
905+
<option name="ALIGN_MULTILINE_FOR" value="false" />
906+
<option name="CALL_PARAMETERS_WRAP" value="1" />
907+
<option name="METHOD_PARAMETERS_WRAP" value="5" />
908+
<option name="EXTENDS_LIST_WRAP" value="1" />
909+
<option name="EXTENDS_KEYWORD_WRAP" value="1" />
910+
<option name="METHOD_CALL_CHAIN_WRAP" value="1" />
911+
<option name="BINARY_OPERATION_WRAP" value="1" />
912+
<option name="FOR_STATEMENT_WRAP" value="5" />
913+
<option name="IF_BRACE_FORCE" value="3" />
914+
<option name="DOWHILE_BRACE_FORCE" value="3" />
915+
<option name="WHILE_BRACE_FORCE" value="3" />
916+
<option name="FOR_BRACE_FORCE" value="3" />
917+
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
918+
</codeStyleSettings>
894919
<codeStyleSettings language="XML">
895920
<indentOptions>
896921
<option name="USE_TAB_CHARACTER" value="true" />
@@ -1176,11 +1201,11 @@
11761201
</library>
11771202
<library name="JUnit">
11781203
<CLASSES>
1179-
<root url="jar://$PROJECT_DIR$/ivy-cache/repository/org.junit/com.springsource.org.junit/4.8.1/com.springsource.org.junit-4.8.1.jar!/" />
1204+
<root url="jar://$PROJECT_DIR$/ivy-cache/repository/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-4.9.0.jar!/" />
11801205
</CLASSES>
11811206
<JAVADOC />
11821207
<SOURCES>
1183-
<root url="jar://$PROJECT_DIR$/ivy-cache/repository/org.junit/com.springsource.org.junit/4.8.1/com.springsource.org.junit-sources-4.8.1.jar!/" />
1208+
<root url="jar://$PROJECT_DIR$/ivy-cache/repository/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-sources-4.9.0.jar!/" />
11841209
</SOURCES>
11851210
</library>
11861211
<library name="Log4j">

0 commit comments

Comments
 (0)