Skip to content

Commit ca38c6d

Browse files
committed
add a comment for future us
1 parent 5535a0e commit ca38c6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/checks/Databasev5.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,8 @@ Describe "Contained Database SQL Authenticated Users" -Tag ContainedDBSQLAuth, C
279279
Describe "Page Verify" -Tag PageVerify, Medium, Database -ForEach $InstancesToTest {
280280
$Skip = ($__dbcconfig | Where-Object Name -EQ 'skip.database.pageverify').Value
281281
Context "Testing page verify on <_.Name>" {
282-
282+
283+
# handle differently depending on major version - not available at all in SQL 2000. 2005 not available on tempdb.
283284
if($psitem.MajorVersion -eq 8) {
284285
It "Database Page verify is not available on SQL 2000 on <_.SqlInstance>" {
285286
$true | Should -BeTrue

0 commit comments

Comments
 (0)