mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 09:04:19 +01:00
iTopXmlVersionIntegrationTest : more details in test feedback
This commit is contained in:
@@ -54,6 +54,6 @@ class iTopXmlVersionIntegrationTest extends ItopTestCase
|
||||
$sCoreVersion = $aCoreVersionParts[0].'.'.$aCoreVersionParts[1];
|
||||
|
||||
$sXMLVersion = ITOP_DESIGN_LATEST_VERSION;
|
||||
$this->assertSame($sXMLVersion, $sCoreVersion, "XML datamodel version ($sXMLVersion) is not aligned with the app. core version ($sCoreVersion)");
|
||||
$this->assertSame($sXMLVersion, $sCoreVersion, "XML datamodel version (ITOP_DESIGN_LATEST_VERSION={$sXMLVersion}) is not aligned with the app. core version (ITOP_VERSION={$sCoreVersion})");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user