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) {
|
||||
try {
|
||||
configureFromFileText("a.kt", beforeText);
|
||||
EditorTestUtil.performTypingAction(getEditor(), ch);
|
||||
checkResultByText(afterText);
|
||||
}
|
||||
catch (IOException e) {
|
||||
throw UtilsPackage.rethrow(e);
|
||||
}
|
||||
configureFromFileText("a.kt", beforeText);
|
||||
EditorTestUtil.performTypingAction(getEditor(), ch);
|
||||
checkResultByText(afterText);
|
||||
}
|
||||
|
||||
private void doLtGtTestNoAutoClose(String initText) throws Exception {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<project name="Update Dependencies" default="update">
|
||||
<property name="jb.buildserver.build.id" value="4530576"/>
|
||||
<property name="public.buildserver.build.id" value="149643"/>
|
||||
<property name="jb.buildserver.build.id" value="4584499"/>
|
||||
<property name="public.buildserver.build.id" value="153679"/>
|
||||
|
||||
<condition property="os.tag" value="win.zip">
|
||||
<os family="windows"/>
|
||||
|
||||
Reference in New Issue
Block a user