tests: Zap setup's news and lost items, like telegrams

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-01-14 21:48:38 +01:00
parent e44578038f
commit caf239b3ed
3 changed files with 4 additions and 13 deletions

View file

@ -407,13 +407,6 @@ uid owner xloc yloc type effic mobil off tech opx opy mission radius stockpile p
/config /config
config news config news
actor action victim times duration time 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 44 1 32 0 0
0 43 2 6 0 0 0 43 2 6 0 0
0 44 3 28 0 0 0 44 3 28 0 0

View file

@ -590,12 +590,6 @@ uid owner type amount price maxbidder markettime xbuy ybuy xsell ysell
/config /config
config lost config lost
timestamp owner type id x y 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 3 30 1 3
0 2 2 30 1 3 0 2 2 30 1 3
0 2 3 31 1 3 0 2 3 31 1 3

View file

@ -145,6 +145,10 @@ begin_test()
stop_server stop_server
mv sandbox/var/empire/tel sandbox/var/empire/setup.tel mv sandbox/var/empire/tel sandbox/var/empire/setup.tel
mv sandbox/var/empire/empty.tel sandbox/var/empire/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/journal.log sandbox/var/empire/setup.journal.log
mv sandbox/var/empire/server.log sandbox/var/empire/setup.server.log mv sandbox/var/empire/server.log sandbox/var/empire/setup.server.log
fi fi