From 8bfe0d57d362fe154103eaa25100b4bbd7215031 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 28 Nov 2008 23:28:26 +0000 Subject: [PATCH] update expected results git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5793 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/Tests/winver.nsi | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Source/Tests/winver.nsi b/Source/Tests/winver.nsi index 31a28881..3fe08cfe 100644 --- a/Source/Tests/winver.nsi +++ b/Source/Tests/winver.nsi @@ -72,23 +72,14 @@ # # EXPECTED RESULTS # -# Version detection failed for Windows 95 OSR B -# Expected: 95 -# Got: NT4 -# FAILURE Windows 95 OSR B +# SUCCESS Windows 95 OSR B # SUCCESS Windows 98 # SUCCESS Windows ME -# Version detection failed for Windows NT4 SP1 -# Expected: NT4 -# Got: 95 # Server detection failed for Windows NT4 SP1 # Expected: server # Got: client # FAILURE Windows NT4 SP1 -# Version detection failed for Windows NT4 SP6 -# Expected: NT4 -# Got: 95 -# FAILURE Windows NT4 SP6 +# SUCCESS Windows NT4 SP6 # SUCCESS Windows 2000 # SUCCESS Windows 2000 SP4 # SUCCESS Windows XP SP2