Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
David Durieux committed Nov 20, 2016
1 parent 182687a commit 83f0276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/0_Install/FusinvDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function checkInstall($pluginname='', $when='') {
$result = $DB->query($query);
$this->assertEquals($DB->numrows($result), 1, "type 'version' not added in config");
$data = $DB->fetch_assoc($result);
$this->assertEquals($data['value'], '0.90+1.4', "Field 'version' not with right version");
$this->assertEquals($data['value'], '0.90+1.5', "Field 'version' not with right version");

$query = "SELECT `id` FROM `glpi_plugin_fusioninventory_configs`
WHERE `type`='otherserial'";
Expand Down

0 comments on commit 83f0276

Please sign in to comment.