Reorganize unit tests

This commit is contained in:
Kijin Sung 2016-02-16 16:17:46 +09:00
parent be83a34b1e
commit 670baecb73
26 changed files with 48 additions and 55 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ruleset version="1.5.0">
<fields>
<field name="greeting1" required="true" />
<field name="greeting2">
<if test="$greeting1 == 'Hello'" attr="required" value="true" />
</field>
</fields>
</ruleset>