Author:   Lars Michelsen <[email protected]>
Date:     Mon Oct  1 18:49:38 2012 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Mon Oct  1 18:49:38 2012 +0200

Bugfix: TestBackend - Fixed parent processing

---

 share/server/core/classes/GlobalBackendTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/GlobalBackendTest.php 
b/share/server/core/classes/GlobalBackendTest.php
index 96db12f..493dad1 100644
--- a/share/server/core/classes/GlobalBackendTest.php
+++ b/share/server/core/classes/GlobalBackendTest.php
@@ -257,7 +257,7 @@ class GlobalBackendTest implements GlobalBackendInterface {
             'ham-gw1'  => Array('ham-srv1', 'ham-srv2', 'ham-printer1'),
         );
 
-        foreach($this->parents AS $parent => $childs) {
+        foreach($this->childs AS $parent => $childs) {
             foreach($childs AS $child) {
                 if(!isset($this->parents[$child])) {
                     $this->parents[$child] = Array($parent);


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to