Fix MacroTest
Pushing failing tests to the master is a mystery to me. refs #6392
This commit is contained in:
parent
8309ab336d
commit
1a51368a76
|
@ -35,7 +35,7 @@ class MacroTest extends BaseTestCase
|
|||
$this->assertEquals(Macro::resolveMacros('$SERVICEDESC$', $svcMock), $svcMock->service_description);
|
||||
$this->assertEquals(Macro::resolveMacros('$host.name$', $svcMock), $svcMock->host_name);
|
||||
$this->assertEquals(Macro::resolveMacros('$host.address$', $svcMock), $svcMock->host_address);
|
||||
$this->assertEquals(Macro::resolveMacros('$service.description', $svcMock), $svcMock->service_description);
|
||||
$this->assertEquals(Macro::resolveMacros('$service.description$', $svcMock), $svcMock->service_description);
|
||||
}
|
||||
|
||||
public function testCustomvars()
|
||||
|
|
Loading…
Reference in New Issue