From 402d3ba91a26cba17b21ed630516a6972530e2dc Mon Sep 17 00:00:00 2001 From: "Denis.Zhdanov" Date: Fri, 20 Jul 2012 14:05:56 +0400 Subject: [PATCH] IDEA-66333 Quick documentation lookup on mouse hover Test data is updated to follow the improved functionality --- .../intellij/codeInsight/navigation/DocPreviewUtilTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/lang-impl/testSources/com/intellij/codeInsight/navigation/DocPreviewUtilTest.groovy b/platform/lang-impl/testSources/com/intellij/codeInsight/navigation/DocPreviewUtilTest.groovy index a67400a5e9fc..a7799d0b61a0 100644 --- a/platform/lang-impl/testSources/com/intellij/codeInsight/navigation/DocPreviewUtilTest.groovy +++ b/platform/lang-impl/testSources/com/intellij/codeInsight/navigation/DocPreviewUtilTest.groovy @@ -104,7 +104,7 @@ implements java.io.Serializab ''' def expected = '''\ -java.lang
public final class
String extends Object
implements Serializable, Comparable<String>, CharSequence\ +java.lang
public final class String extends Object
implements Serializable, Comparable<String>, CharSequence\ ''' def actual = DocPreviewUtil.buildPreview(header, "java.lang.String", fullText)