[msitools] tests: fix false ko introduced by glib variable



commit 7fce6ef70cef36c600e01543664d32bfc5209c08
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Thu Apr 11 19:41:39 2013 +0200

    tests: fix false ko introduced by glib variable

 tests/wixl.at |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/wixl.at b/tests/wixl.at
index a773d13..c11304c 100644
--- a/tests/wixl.at
+++ b/tests/wixl.at
@@ -115,12 +115,12 @@ AT_CLEANUP
 AT_SETUP([System include directory])
 AT_DATA([include.wxs], [<?xml version='1.0' encoding='windows-1252'?>
 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
-  <?include gtk2.wxi ?>
+  <?include zlib.wxi ?>
 </Wix>
 ])
 
 AT_CHECK_WIXL([-E include.wxs -D SourceDir=foo], [0], [stdout])
-AT_CHECK([grep -F gtk-demo.exe stdout], [0], [ignore])
+AT_CHECK([grep -F zlib1.dll stdout], [0], [ignore])
 AT_CLEANUP
 
 AT_SETUP([ARP example])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]