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
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
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
version = 2.x
EndGlobalSection
......
This diff is collapsed.
......@@ -167,7 +167,6 @@ namespace LuaInterfaceTest.Mock
/// </summary>
class DoWorkClass
{
private object _Lock = new object();
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