Skip to content

Commit

Permalink
[NONE] DOT Tests: Rename DotEditorToDotEditorHyperlinkingTest.
Browse files Browse the repository at this point in the history
- to DotHyperlinkingTest.
  • Loading branch information
miklossy committed May 30, 2020
1 parent 627c4df commit 5d8a055
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
DotColorListHighlightingLexerTest.class, DotContentAssist2Test.class,
DotContentAssistLexerTest.class, DotContentAssistTest.class,
DotEditorDoubleClickingTest.class, DotEditorTest.class,
DotEditorToDotEditorHyperlinkingTest.class, DotFoldingTest.class,
DotGraphViewTest.class, DotHighlightingCalculatorTest.class,
DotHighlightingLexerTest.class, DotHighlightingTest.class,
DotHoverTest.class, DotHtmlLabelContentAssistLexerTest.class,
DotFoldingTest.class, DotGraphViewTest.class,
DotHighlightingCalculatorTest.class, DotHighlightingLexerTest.class,
DotHighlightingTest.class, DotHoverTest.class,
DotHtmlLabelContentAssistLexerTest.class,
DotHtmlLabelContentAssistTest.class,
DotHtmlLabelHighlightingLexerTest.class, DotHtmlLabelQuickfixTest.class,
DotHtmlLabelRenameRefactoringTest.class,
DotHtmlLabelTokenTypeToPartitionMapperTest.class,
DotLabelProviderTest.class, DotMarkingOccurrencesTest.class,
DotMultiQuickfixTest.class, DotOutlineViewTest.class,
DotQuickfixTest.class, DotReferenceFinderTest.class,
DotRenameRefactoringTest.class, DotToggleCommentTest.class,
DotTokenTypeToPartitionMapperTest.class,
DotHyperlinkingTest.class, DotLabelProviderTest.class,
DotMarkingOccurrencesTest.class, DotMultiQuickfixTest.class,
DotOutlineViewTest.class, DotQuickfixTest.class,
DotReferenceFinderTest.class, DotRenameRefactoringTest.class,
DotToggleCommentTest.class, DotTokenTypeToPartitionMapperTest.class,
SyncGraphvizExportHandlerTest.class })
public class AllUiTests {
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.junit.runner.RunWith

@RunWith(XtextRunner)
@InjectWith(DotUiInjectorProvider)
class DotEditorToDotEditorHyperlinkingTest extends AbstractHyperlinkingTest {
class DotHyperlinkingTest extends AbstractHyperlinkingTest {

@Test def hyperlink_on_the_left_side_of_an_edge() {
'''
Expand Down

0 comments on commit 5d8a055

Please sign in to comment.