Changed skipif file names to less than

This commit is contained in:
David Puglielli 2017-10-05 13:24:46 -07:00
parent 5f243357a5
commit 5362b2ef4f
14 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
Test the Authentication keyword and three options: SqlPassword, ActiveDirectoryIntegrated, and ActiveDirectoryPassword.
--SKIPIF--
<?php require('skipif.inc');
require('skipif_version_not_2k16.inc'); ?>
require('skipif_version_less_than_2k16.inc'); ?>
--FILE--
<?php
require_once("MsSetup.inc");

View file

@ -8,7 +8,7 @@ that should fail. Finally, execute two queries in two threads on a recovered
non-MARS connection. This should fail too.
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
// There is a lot of repeated code here that could be refactored with helper methods,

View file

@ -2,7 +2,7 @@
Test the connection resiliency keywords ConnectRetryCount and ConnectRetryInterval and their ranges of acceptable values
--SKIPIF--
<?php require('skipif_unix.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "MsSetup.inc" );

View file

@ -6,7 +6,7 @@ test transactions by breaking the connection before beginning a transaction
and in the middle of the transaction. The latter case should fail.
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "break_pdo.php" );

View file

@ -5,7 +5,7 @@ Test connection resiliency timeouts
2. Reconnect with the default value of ConnectRetryCount(1).
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "break_pdo.php" );

View file

@ -8,7 +8,7 @@ that should fail. Finally, execute two queries in two threads on a recovered
non-MARS connection. This should fail too.
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
// There is a lot of repeated code here that could be refactored with helper methods,

View file

@ -4,7 +4,7 @@ Test the connection resiliency keywords
Test the connection resiliency keywords ConnectRetryCount and ConnectRetryInterval and their ranges of acceptable values
--SKIPIF--
<?php require('skipif_unix.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "MsSetup.inc" );

View file

@ -7,7 +7,7 @@ and in the middle of the transaction. The latter case should fail (i.e., the
transaction should be rolled back).
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "break.php" );

View file

@ -5,7 +5,7 @@ Test connection resiliency timeouts
2. Reconnect with the default value of ConnectRetryCount (the default is 1).
--SKIPIF--
<?php require('skipif_protocol_not_tcp.inc');
require('skipif_version_not_2k14.inc'); ?>
require('skipif_version_less_than_2k14.inc'); ?>
--FILE--
<?php
require_once( "break.php" );

View file

@ -2,7 +2,7 @@
Test the Authentication keyword and three options: SqlPassword, ActiveDirectoryIntegrated, and ActiveDirectoryPassword.
--SKIPIF--
<?php require('skipif.inc');
require('skipif_version_not_2k16.inc'); ?>
require('skipif_version_less_than_2k16.inc'); ?>
--FILE--
<?php
require_once("MsSetup.inc");