"Test/vscode:/vscode.git/clone" did not exist on "6b07ec99a7ec4f4087fb16aebf55f4c65b8f27b8"
Commit d69cf176 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Added boilerplate class to fix the tests.

parent 279f84a8
...@@ -45,6 +45,21 @@ Global ...@@ -45,6 +45,21 @@ Global
EndGlobalSection EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = LuaInterfaceTest\LuaInterfaceTest.csproj StartupItem = LuaInterfaceTest\LuaInterfaceTest.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.AfterDelegateDeclarationParameterComma = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = True
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
description = LuaInterface description = LuaInterface
version = 2.x version = 2.x
EndGlobalSection EndGlobalSection
......
This diff is collapsed.
...@@ -167,7 +167,6 @@ namespace LuaInterfaceTest.Mock ...@@ -167,7 +167,6 @@ namespace LuaInterfaceTest.Mock
/// </summary> /// </summary>
class DoWorkClass class DoWorkClass
{ {
private object _Lock = new object();
public void DoWork() public void DoWork()
{ {
......
Markdown is supported
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