Skip to content

Commit

Permalink
Lua AI test scenarios: update id= and name= keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsc committed Mar 24, 2016
1 parent 961d134 commit 5774872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/ai/scenarios/scenario-lua-ai.cfg
Expand Up @@ -2,8 +2,8 @@
# @file data/scenario-luaai.cfg

[test]
name= _ "Test scenario for Lua AI"
id=lua_ai
name= _ "Lua AI Test scenario (old syntax)"
id=lua_ai_old_syntax
turns=90
{DEFAULT_SCHEDULE}

Expand Down
4 changes: 2 additions & 2 deletions data/ai/scenarios/scenario-no_engine.cfg
@@ -1,8 +1,8 @@
#textdomain wesnoth-ai

[test]
name= _ "Test scenario for Lua AI with no Lua engine defined"
id=lua_ai_no_engine
name= _ "Lua AI Test scenario"
id=lua_ai
turns=90
{DEFAULT_SCHEDULE}

Expand Down

0 comments on commit 5774872

Please sign in to comment.