From d0d872ffeff89facdd35ce358bd4d9b73cf8332c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Aug 2016 03:15:18 +0300 Subject: Add all known windows into windows unit tests. --- data/test/CMakeLists.txt | 6 ++ data/test/Makefile.am | 8 +- data/test/dye.png | Bin 0 -> 794 bytes data/test/equipmentwindow.xml | 53 ++++++++++++ data/test/items.xml | 187 ++++++++++++++++++++++++++++++++++++++++++ data/test/paths.xml | 7 ++ data/test/units.xml | 10 +++ 7 files changed, 270 insertions(+), 1 deletion(-) create mode 100644 data/test/dye.png create mode 100644 data/test/equipmentwindow.xml create mode 100644 data/test/items.xml create mode 100644 data/test/paths.xml create mode 100644 data/test/units.xml (limited to 'data') diff --git a/data/test/CMakeLists.txt b/data/test/CMakeLists.txt index 1c98ea1d6..e300301d8 100644 --- a/data/test/CMakeLists.txt +++ b/data/test/CMakeLists.txt @@ -3,9 +3,15 @@ SET(FILES arrow_up_A.png arrow_up_B.png arrow_up_S.png + dye.png + equipmentwindow.xml + items.xml palette.gpl + paths.xml + quests.xml serverlistplus.xml simplefile.txt + units.xml ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test) diff --git a/data/test/Makefile.am b/data/test/Makefile.am index 1f17ebca2..5000dbadb 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -5,9 +5,15 @@ test_DATA = \ arrow_up_A.png \ arrow_up_B.png \ arrow_up_S.png \ + dye.png \ + equipmentwindow.xml \ + items.xml \ palette.gpl \ + paths.xml \ + quests.xml \ serverlistplus.xml \ - simplefile.txt + simplefile.txt \ + units.xml EXTRA_DIST = \ $(test_DATA) \ diff --git a/data/test/dye.png b/data/test/dye.png new file mode 100644 index 000000000..a78675b94 Binary files /dev/null and b/data/test/dye.png differ diff --git a/data/test/equipmentwindow.xml b/data/test/equipmentwindow.xml new file mode 100644 index 000000000..91db49205 --- /dev/null +++ b/data/test/equipmentwindow.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/test/items.xml b/data/test/items.xml new file mode 100644 index 000000000..ec3621f23 --- /dev/null +++ b/data/test/items.xml @@ -0,0 +1,187 @@ + + + + + + + + + + hairstyles/hairstyle01.xml + + + hairstyles/hairstyle02.xml + + + hairstyles/hairstyle03.xml + + + hairstyles/hairstyle04.xml + + + hairstyles/hairstyle05.xml + + + hairstyles/hairstyle06.xml + + + hairstyles/hairstyle07.xml + + + hairstyles/hairstyle08.xml + + + hairstyles/hairstyle09.xml + + + hairstyles/hairstyle10.xml + + + hairstyles/hairstyle11.xml + + + hairstyles/hairstyle12.xml + + + hairstyles/hairstyle13.xml + + + hairstyles/hairstyle14.xml + + + hairstyles/hairstyle15.xml + + + hairstyles/hairstyle16.xml + + + hairstyles/hairstyle17.xml + + + hairstyles/hairstyle18.xml + + + hairstyles/hairstyle19.xml + + + hairstyles/hairstyle20.xml + + + hairstyles/hairstyle21.xml + + + hairstyles/hairstyle22.xml + + + hairstyles/hairstyle23.xml + + + hairstyles/hairstyle24.xml + + + hairstyles/hairstyle25.xml + + + hairstyles/hairstyle26.xml + + + hairstyles/hairstyle27.xml + + + hairstyles/hairstyle28.xml + + + + + races/human-male.xml + races/human-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/ukar-male.xml + races/ukar-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/demon-male.xml + races/demon-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/elven-male.xml + races/elven-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/orc-male.xml + races/orc-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/raijin-male.xml + races/raijin-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + races/tritan-male.xml + races/tritan-female.xml + weapons/barehands/hit1.ogg + weapons/barehands/miss1.ogg + + + + + races/piou-unisex.xml + monsters/piou/hit1.ogg + monsters/piou/miss1.ogg + + + + + + diff --git a/data/test/paths.xml b/data/test/paths.xml new file mode 100644 index 000000000..ce2433212 --- /dev/null +++ b/data/test/paths.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/data/test/units.xml b/data/test/units.xml new file mode 100644 index 000000000..37e520127 --- /dev/null +++ b/data/test/units.xml @@ -0,0 +1,10 @@ + + + + + + + + + -- cgit v1.2.3-70-g09d2