Skip to content

Commit

Permalink
add a comment for future us
Browse files Browse the repository at this point in the history
  • Loading branch information
jpomfret committed Aug 28, 2023
1 parent 5535a0e commit ca38c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/checks/Databasev5.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ Describe "Contained Database SQL Authenticated Users" -Tag ContainedDBSQLAuth, C
Describe "Page Verify" -Tag PageVerify, Medium, Database -ForEach $InstancesToTest {
$Skip = ($__dbcconfig | Where-Object Name -EQ 'skip.database.pageverify').Value
Context "Testing page verify on <_.Name>" {


# handle differently depending on major version - not available at all in SQL 2000. 2005 not available on tempdb.
if($psitem.MajorVersion -eq 8) {
It "Database Page verify is not available on SQL 2000 on <_.SqlInstance>" {
$true | Should -BeTrue
Expand Down

0 comments on commit ca38c6d

Please sign in to comment.