use correct order

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-26 22:39:06 +01:00
parent 2599f61b32
commit 4b9ed8ee39

View File

@@ -10,8 +10,8 @@
<!-- we need to specify the order of the tests for dependency-reasons -->
<directory>tests/Global</directory>
<directory>tests/Admins</directory>
<directory>tests/IpsAndPorts</directory>
<directory>tests/Customers</directory>
<directory>tests/IpsAndPorts</directory>
<directory>tests/Ftps</directory>
</testsuite>
</testsuites>