From 8a2e109ceb3c6f6053b845d43ce74f284b8766ca Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 19 May 2008 17:53:33 +0000
Subject: [PATCH] Fix SNMP tests compilation issue on Windows

---
 opends/tests/shared/functions/topology.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/shared/functions/topology.xml b/opends/tests/shared/functions/topology.xml
index d0d92db..a4bfee0 100755
--- a/opends/tests/shared/functions/topology.xml
+++ b/opends/tests/shared/functions/topology.xml
@@ -638,7 +638,7 @@
       </call>
       
       <!-- fixMe: Windows Services are not enabled -->
-      <if expr="isWindows">
+      <if expr="is_windows_platform(dsHost)">
         <script>
           enableWindowsService=''
         </script>

--
Gitblit v1.10.0