From e87c74ad9ae5d4fbfa487097d9ad9d8bf5b4d79d Mon Sep 17 00:00:00 2001 From: cavesomething Date: Wed, 5 May 2010 10:48:10 +0000 Subject: [PATCH] Change the .msg files for the test map to use a mixture of absolute and relative paths git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13122 282e977c-c81d-0410-88c4-b93c2d0d6712 --- test/quest_handling/girl4.msg | 2 +- test/quest_handling/girl6.msg | 2 +- test/quest_handling/girlmain.msg | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/quest_handling/girl4.msg b/test/quest_handling/girl4.msg index 532ee3fd9..6b75dd780 100644 --- a/test/quest_handling/girl4.msg +++ b/test/quest_handling/girl4.msg @@ -6,6 +6,6 @@ "post" : [], "msg" : ["You said 4."] },{ - "include" : ["test/quest_handling/girl5.msg"] + "include" : ["girl5.msg"] } ]} diff --git a/test/quest_handling/girl6.msg b/test/quest_handling/girl6.msg index 2284b0651..5f35661ad 100644 --- a/test/quest_handling/girl6.msg +++ b/test/quest_handling/girl6.msg @@ -9,6 +9,6 @@ "match" : ["*"], "pre" : [], "post" : [], - "msg" : ["I can count up to 6 now, I am clevar."] + "msg" : ["I can count up to 7 now, I am clevar."] } ]} \ No newline at end of file diff --git a/test/quest_handling/girlmain.msg b/test/quest_handling/girlmain.msg index ec620f2de..15e5c06f0 100644 --- a/test/quest_handling/girlmain.msg +++ b/test/quest_handling/girlmain.msg @@ -7,11 +7,11 @@ "post" : [], "msg" : ["You said 1."] },{ - "include" : ["test/quest_handling/girl2.msg"] + "include" : ["/test/quest_handling/girl2.msg"] },{ - "include" : ["test/quest_handling/girl3.msg", "test/quest_handling/girl4.msg"] + "include" : ["girl3.msg", "girl4.msg"] },{ - "include" : ["test/quest_handling/girl7.msg", "test/quest_handling/girl6.msg"], + "include" : ["/test/quest_handling/girl7.msg", "girl6.msg"], "pre" : [["token", "can count high", "1"]] },{ "match" : ["*"],