]> git.pond.sub.org Git - empserver/commitdiff
tests: Zap setup's news and lost items, like telegrams
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 14 Jan 2014 20:48:38 +0000 (21:48 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 16 Feb 2014 10:51:50 +0000 (11:51 +0100)
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
tests/actofgod/final.xdump
tests/fire/final.xdump
tests/test-common.sh

index 4afbadc5957acb0c54cac241724969b43ec4c49a..4948205394cfb292ae173516009c5a5f3e414dda 100644 (file)
@@ -407,13 +407,6 @@ uid owner xloc yloc type effic mobil off tech opx opy mission radius stockpile p
 /config
 config news
 actor action victim times duration time
-0 43 1 39 0 0
-0 43 2 38 0 0
-0 43 3 46 0 0
-0 42 3 49 0 0
-0 42 2 38 0 0
-0 42 1 39 0 0
-0 44 3 1 0 0
 0 44 1 32 0 0
 0 43 2 6 0 0
 0 44 3 28 0 0
index 99047ad2c08dbc265e30ccf479afc1fb6280aa5f..adf6d49832ed444197f9d2c5aa182dc12aab9dbc 100644 (file)
@@ -590,12 +590,6 @@ uid owner type amount price maxbidder markettime xbuy ybuy xsell ysell
 /config
 config lost
 timestamp owner type id x y
-0 98 1 0 0 0
-0 98 2 0 0 0
-0 98 3 0 0 0
-0 98 4 0 0 0
-0 98 0 0 0 0
-0 1 0 0 1 3
 0 2 3 30 1 3
 0 2 2 30 1 3
 0 2 3 31 1 3
index ff00989459676898b5d50c6ec0cb84f234f98f4a..9b68997cf9c5b3849251d6c38f20a87644c38bf9 100644 (file)
@@ -145,6 +145,10 @@ begin_test()
        stop_server
        mv sandbox/var/empire/tel sandbox/var/empire/setup.tel
        mv sandbox/var/empire/empty.tel sandbox/var/empire/tel
+       mv sandbox/var/empire/news sandbox/var/empire/setup.news
+       >sandbox/var/empire/news
+       mv sandbox/var/empire/lostitems sandbox/var/empire/setup.lostitems
+       >sandbox/var/empire/lostitems
        mv sandbox/var/empire/journal.log sandbox/var/empire/setup.journal.log
        mv sandbox/var/empire/server.log sandbox/var/empire/setup.server.log
     fi