mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
use less tests + try sth
This commit is contained in:
@@ -196,6 +196,7 @@ CONF;
|
||||
|
||||
$oConfig = new Config($sConfigPath, false);
|
||||
try{
|
||||
clearstatcache();
|
||||
$oConfig->WriteToFile();
|
||||
if ($conf_exists)
|
||||
{
|
||||
|
||||
@@ -41,27 +41,27 @@
|
||||
verbose="false">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Extensions">
|
||||
<!--testsuite name="Extensions">
|
||||
<directory>../env-production/*/test</directory>
|
||||
</testsuite>
|
||||
</testsuite-->
|
||||
<testsuite name="Core">
|
||||
<directory>core</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Tickets">
|
||||
<!--testsuite name="Tickets">
|
||||
<directory>itop-tickets</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Application">
|
||||
<directory>application</directory>
|
||||
</testsuite>
|
||||
<!--testsuite name="OQL">
|
||||
<testsuite name="OQL">
|
||||
<directory>OQL</directory>
|
||||
</testsuite-->
|
||||
</testsuite>
|
||||
<testsuite name="Status">
|
||||
<directory>status</directory>
|
||||
</testsuite>
|
||||
<testsuite name="CoreExtensions">
|
||||
<directory>coreExtensions</directory>
|
||||
</testsuite>
|
||||
</testsuite-->
|
||||
</testsuites>
|
||||
|
||||
<!-- Code coverage white list -->
|
||||
|
||||
Reference in New Issue
Block a user