Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
d69cf176
Commit
d69cf176
authored
Feb 14, 2013
by
Vinicius Jarina
Browse files
Added boilerplate class to fix the tests.
parent
279f84a8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
LuaInterface.sln
View file @
d69cf176
...
@@ -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
...
...
tests/LuaTests.cs
View file @
d69cf176
This diff is collapsed.
Click to expand it.
tests/TestLua.cs
View file @
d69cf176
...
@@ -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
()
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment