Commit 1cdba6ad authored by haocao's avatar haocao
Browse files

Refactor parsing test cases xml files.

parent e2a67926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
        <tables>
            <table name="order" alias="o" />
        </tables>
        <limit offset="0" row-count="1" offset-index="-1" row-count-index="0"/>
        <limit row-count="-1" offset-index="-1" row-count-index="0"/>
    </assert>
</asserts>
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
        <tables>
            <table name="order" alias="o" />
        </tables>
        <limit offset="1" row-count="2" offset-index="0" row-count-index="1"/>
        <limit offset="-1" row-count="-1" offset-index="0" row-count-index="1"/>
    </assert>
</asserts>