提交 afd8109b 编写于 作者: C CyrusNajmabadi

Remove metadata portion of test as index may not be built yet.

上级 0d8027b6
......@@ -185,6 +185,11 @@ public class P2 { }");
public void GFUFuzzyMatchAfterRenameTracking()
{
SetUpEditor(@"
namespace N
{
class Goober { }
}
namespace NS
{
public class P2
......@@ -196,7 +201,7 @@ static void Main(string[] args)
}
}");
VisualStudio.Editor.SendKeys(VirtualKey.Backspace, VirtualKey.Backspace,
"Steam");
"Foober");
VisualStudio.Editor.InvokeCodeActionList();
var expectedItems = new[]
......@@ -207,8 +212,7 @@ static void Main(string[] args)
"Generate class 'Steam'",
"Generate nested class 'Steam'",
"Generate new type...",
"Stream - using System.IO;",
"IStream - using System.Runtime.InteropServices.ComTypes;",
"Goober - using N;",
"Suppress CS0168",
"in Source",
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册