mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°5608 - Rename unitary test folders for better understanding
This commit is contained in:
@@ -29,32 +29,32 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Application">
|
||||
<directory>tests/application</directory>
|
||||
<directory>unitary-tests/application</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Core">
|
||||
<directory>tests/core</directory>
|
||||
<directory>unitary-tests/core</directory>
|
||||
</testsuite>
|
||||
<!-- Important: For now this suite must be here and not with the other core module suites or it will crash the CI -->
|
||||
<testsuite name="Authent-local">
|
||||
<directory>tests/datamodels/2.x/authent-local</directory>
|
||||
<directory>unitary-tests/datamodels/2.x/authent-local</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Integration">
|
||||
<directory>integration</directory>
|
||||
<directory>integration-tests</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Itop-Config">
|
||||
<directory>tests/datamodels/2.x/itop-config</directory>
|
||||
<directory>unitary-tests/datamodels/2.x/itop-config</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Itop-Tickets">
|
||||
<directory>tests/datamodels/2.x/itop-tickets</directory>
|
||||
<directory>unitary-tests/datamodels/2.x/itop-tickets</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Setup">
|
||||
<directory>tests/setup</directory>
|
||||
<directory>unitary-tests/setup</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Status">
|
||||
<directory>tests/status</directory>
|
||||
<directory>unitary-tests/status</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Webservices">
|
||||
<directory>tests/webservices</directory>
|
||||
<directory>unitary-tests/webservices</directory>
|
||||
</testsuite>
|
||||
|
||||
<testsuite name="Extensions">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="PostBuildIntegration">
|
||||
<directory>postbuild_integration</directory>
|
||||
<directory>post-build-integration-tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 418 B |
|
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 305 B |
Reference in New Issue
Block a user