Fix broken test & regression re: passwords

This commit is contained in:
jhoneill
2019-07-24 12:02:22 +01:00
parent 8759070636
commit dbd35721ee
3 changed files with 19 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
#Requires -Modules Pester
Import-Module $PSScriptRoot\..\ImportExcel.psd1 -Force
if ($PSVersionTable.PSVersion.Major -gt 5) { Write-Warning "Can't test grid view on V6" }
if ($PSVersionTable.PSVersion.Major -gt 5) { Write-Warning "Can't test grid view on V6 and later" }
else {Add-Type -AssemblyName System.Windows.Forms }
Describe "Compare Worksheet" {
Context "Simple comparison output" {