Commit a7f56f09 authored by Konstantin Bulenkov's avatar Konstantin Bulenkov
Browse files

this test should be PlatformTestCase

parent 3d71a47a
Showing with 3 additions and 3 deletions
+3 -3
/*
* Copyright 2000-2009 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -15,15 +15,15 @@
*/
package com.intellij.openapi.actionSystem;
import com.intellij.testFramework.PlatformTestCase;
import junit.framework.Assert;
import junit.framework.TestCase;
/**
* Created in IntelliJ IDEA.
* By: Alexander.Chernikov
* When: 10.10.2006, 20:19:35
*/
public class PresentationTest extends TestCase {
public class PresentationTest extends PlatformTestCase {
private final String[] inputTextsUnderscores = new String[]{"No mnemonic", "_First char",
"S_econd char", "Pre-last and not unique ch_ar", "Last cha_r", "Too late_", "Do__uble", "Dou_&ble",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment