提交 afd8109b 编写于 作者: C CyrusNajmabadi

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

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