used skipif_server_old for ksp tests

This commit is contained in:
Jenny Tam 2017-08-29 21:46:48 -07:00
parent f21e790250
commit 2554d4976c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
--TEST--
Fetch encrypted data from a prepopulated test table given a custom keystore provider
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_server_old.inc'); ?>
--FILE--
<?php
require( 'MsSetup.inc' );

View file

@ -1,7 +1,7 @@
--TEST--
Fetch encrypted data from a prepopulated test table given a custom keystore provider
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_server_old.inc'); ?>
--FILE--
<?php
sqlsrv_configure( 'WarningsReturnAsErrors', 1 );