Skip to content

Commit

Permalink
Merged changes together
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin committed Jun 27, 2010
2 parents e6d912a + 2b78e2f commit a424729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/55win32_agnostic.t
Expand Up @@ -5,7 +5,6 @@
use strict;

use Test::More tests => 22;
use Try::Tiny;

use Devel::Platform::Info::Win32;

Expand Down Expand Up @@ -53,7 +52,6 @@ is($os, 'Windows 2000');
$os = $win32->_InterpretWin32Info('', 5, 1, 3, 1, 2, 1, 1, 1)->{osLabel};
is($os, 'Windows XP');

# FIXME: is blank the correct result?
$os = $win32->_InterpretWin32Info('', 0, 0, 0, 0, 0, 0, 0, 0)->{osLabel};
is($os, 'Unrecognised - please file an RT case');

Expand Down

0 comments on commit a424729

Please sign in to comment.