[LIB-9] Separate chesshog-format module
[chesshog.git] / src / test / resources / org / hedgecode / chess / wiki / WikiBuilderTest.xml
diff --git a/src/test/resources/org/hedgecode/chess/wiki/WikiBuilderTest.xml b/src/test/resources/org/hedgecode/chess/wiki/WikiBuilderTest.xml
deleted file mode 100644 (file)
index 065d2a9..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-
-<!--
-  ~ Copyright (c) 2018. Developed by Hedgecode.
-  ~
-  ~ Licensed under the Apache License, Version 2.0 (the "License");
-  ~ you may not use this file except in compliance with the License.
-  ~ You may obtain a copy of the License at
-  ~
-  ~   http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing, software
-  ~ distributed under the License is distributed on an "AS IS" BASIS,
-  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  ~ See the License for the specific language governing permissions and
-  ~ limitations under the License.
-  -->
-
-<config>
-    <tests>
-        <test>
-            <name>Initial Position</name>
-            <wiki>
-                <![CDATA[
-{{Шахматная диаграмма
-|
-|
-|rd|nd|bd|qd|kd|bd|nd|rd
-|pd|pd|pd|pd|pd|pd|pd|pd
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|pl|pl|pl|pl|pl|pl|pl|pl
-|rl|nl|bl|ql|kl|bl|nl|rl
-|
-}}
-                ]]>
-            </wiki>
-            <withTemplate>true</withTemplate>
-            <position>
-                <initial>true</initial>
-            </position>
-        </test>
-        <test>
-            <name>Reti's Etude Variation</name>
-            <wiki>
-                <![CDATA[
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |pd|
-|kd|  |pl|  |  |pd|  |pd
-|  |  |  |  |  |  |  |kl
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-                ]]>
-            </wiki>
-            <withTemplate>false</withTemplate>
-            <position>
-                <squares>
-                    <h5>WHITE_KING</h5>
-                    <c6>WHITE_PAWN</c6>
-                    <a6>BLACK_KING</a6>
-                    <f6>BLACK_PAWN</f6>
-                    <g7>BLACK_PAWN</g7>
-                    <h6>BLACK_PAWN</h6>
-                </squares>
-                <move>WHITE</move>
-            </position>
-        </test>
-        <test>
-            <name>Empty Position</name>
-            <wiki>
-                <![CDATA[
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-|  |  |  |  |  |  |  |
-               ]]>
-            </wiki>
-            <position>
-                <empty>true</empty>
-                <move>WHITE</move>
-            </position>
-        </test>
-    </tests>
-</config>