Update to 138.1696 EAP
This commit is contained in:
@@ -309,14 +309,9 @@ public class TypedHandlerTest extends LightCodeInsightTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void doCharTypeTest(char ch, String beforeText, String afterText) {
|
private void doCharTypeTest(char ch, String beforeText, String afterText) {
|
||||||
try {
|
configureFromFileText("a.kt", beforeText);
|
||||||
configureFromFileText("a.kt", beforeText);
|
EditorTestUtil.performTypingAction(getEditor(), ch);
|
||||||
EditorTestUtil.performTypingAction(getEditor(), ch);
|
checkResultByText(afterText);
|
||||||
checkResultByText(afterText);
|
|
||||||
}
|
|
||||||
catch (IOException e) {
|
|
||||||
throw UtilsPackage.rethrow(e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void doLtGtTestNoAutoClose(String initText) throws Exception {
|
private void doLtGtTestNoAutoClose(String initText) throws Exception {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<project name="Update Dependencies" default="update">
|
<project name="Update Dependencies" default="update">
|
||||||
<property name="jb.buildserver.build.id" value="4530576"/>
|
<property name="jb.buildserver.build.id" value="4584499"/>
|
||||||
<property name="public.buildserver.build.id" value="149643"/>
|
<property name="public.buildserver.build.id" value="153679"/>
|
||||||
|
|
||||||
<condition property="os.tag" value="win.zip">
|
<condition property="os.tag" value="win.zip">
|
||||||
<os family="windows"/>
|
<os family="windows"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user