reverted skipif change

This commit is contained in:
David Puglielli 2018-03-09 17:11:00 -08:00
parent 88faf3bd68
commit 89df629d37
3 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
--TEST-- --TEST--
Test various date and time types with AE and ReturnDatesAsStrings set to true Test various date and time types with AE and ReturnDatesAsStrings set to true
--SKIPIF-- --SKIPIF--
<?php require('skipif_mid-refactor.inc'); ?> <?php require('skipif_versions_old.inc'); ?>
--FILE-- --FILE--
<?php <?php
require_once('MsCommon_mid-refactor.inc'); require_once('MsCommon.inc');
// Check for expected errors. These are expected in cases where the dates and // Check for expected errors. These are expected in cases where the dates and
// times do not comply with ODBC standards. // times do not comply with ODBC standards.

View file

@ -1,10 +1,10 @@
--TEST-- --TEST--
Test insert various data types and fetch as strings Test insert various data types and fetch as strings
--SKIPIF-- --SKIPIF--
<?php require('skipif_mid-refactor.inc'); ?> <?php require('skipif_versions_old.inc'); ?>
--FILE-- --FILE--
<?php <?php
require_once('MsCommon_mid-refactor.inc'); require_once('MsCommon.inc');
require_once('tools.inc'); require_once('tools.inc');
require_once('values.php'); require_once('values.php');

View file

@ -1,10 +1,10 @@
--TEST-- --TEST--
Test insert various data types and fetch as strings Test insert various data types and fetch as strings
--SKIPIF-- --SKIPIF--
<?php require('skipif_mid-refactor.inc'); ?> <?php require('skipif_versions_old.inc'); ?>
--FILE-- --FILE--
<?php <?php
require_once('MsCommon_mid-refactor.inc'); require_once('MsCommon.inc');
require_once('tools.inc'); require_once('tools.inc');
require_once('values.php'); require_once('values.php');