mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
Rename tests
--HG-- branch : dev rename : src/Orchard.Tests.Modules/SimpleScriptingTests/ExpressionLexerTests.cs => src/Orchard.Tests.Modules/SimpleScriptingTests/ExpressionTokenizerTests.cs
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
<Compile Include="CodeGeneration\Commands\CodeGenerationCommandsTests.cs" />
|
||||
<Compile Include="SimpleScriptingTests\ExpressionEvaluatorTests.cs" />
|
||||
<Compile Include="SimpleScriptingTests\ExpressionParserTests.cs" />
|
||||
<Compile Include="SimpleScriptingTests\ExpressionLexerTests.cs" />
|
||||
<Compile Include="SimpleScriptingTests\ExpressionTokenizerTests.cs" />
|
||||
<Compile Include="SimpleScriptingTests\SimpleScriptingTests.cs" />
|
||||
<Compile Include="DatabaseEnabledTestsBase.cs" />
|
||||
<Compile Include="Media\Extensions\LongExtensionsTests.cs" />
|
||||
|
@@ -3,7 +3,7 @@ using Orchard.Widgets.SimpleScripting;
|
||||
|
||||
namespace Orchard.Tests.Modules.SimpleScriptingTests {
|
||||
[TestFixture]
|
||||
public class ExpressionLexerTests {
|
||||
public class ExpressionTokenizerTests {
|
||||
|
||||
[Test]
|
||||
public void LexerShouldProcessSingleQuotedStringLiteral() {
|
Reference in New Issue
Block a user