Rename 'generate create' commands to 'codegen' commands. woohooo.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2010-10-21 13:37:49 -07:00
parent ec3183a019
commit 5887ade4aa
2 changed files with 9 additions and 9 deletions
@@ -53,7 +53,7 @@ namespace Orchard.Tests.Modules.CodeGeneration.Commands {
}
[Test]
public void CreateDataMigrationTestUnexistentFeature() {
public void CreateDataMigrationTestNonExistentFeature() {
CodeGenerationCommands codeGenerationCommands = new CodeGenerationCommands(_extensionManager,
_schemaCommandGenerator);