moved test descriptions to DESCRIPTION section (#554)

This commit is contained in:
v-susanh 2017-09-25 16:37:27 -07:00 committed by GitHub
parent 14c2af281e
commit 6d3ea18fed
18 changed files with 36 additions and 18 deletions

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of datetime types
--DESCRIPTION--
No PDO::PARAM_ type specified when binding parameters
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -73,4 +74,4 @@ c_rand: 23:59:59.9999999
Testing datetimeoffset:
****Encrypted default type is compatible with encrypted datetimeoffset****
c_det: 0001-01-01 00:00:00.0000000 -14:00
c_rand: 9999-12-31 23:59:59.9999999 +14:00
c_rand: 9999-12-31 23:59:59.9999999 +14:00

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of money types
--DESCRIPTION--
No PDO::PARAM_ tpe specified when binding parameters
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -82,4 +83,4 @@ Testing smallmoney:
Test successfully done.
Testing money:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of numeric types
--DESCRIPTION--
No PDO::PARAM_ tpe specified when binding parameters
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -88,4 +89,4 @@ c_rand: 9223372036.8547993
Testing real:
****Encrypted default type is compatible with encrypted real****
c_det: -2147.4829
c_rand: 2147.4829
c_rand: 2147.4829

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of datetime types
--DESCRIPTION--
Use PDOstatement::bindParam with all PDO::PARAM_ types
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -150,4 +151,4 @@ c_det: 0001-01-01 00:00:00.0000000 -14:00
c_rand: 9999-12-31 23:59:59.9999999 +14:00
****PDO param type PDO::PARAM_LOB is compatible with encrypted datetimeoffset****
c_det: 0001-01-01 00:00:00.0000000 -14:00
c_rand: 9999-12-31 23:59:59.9999999 +14:00
c_rand: 9999-12-31 23:59:59.9999999 +14:00

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of money types
--DESCRIPTION--
Use PDOstatement::bindParam with all PDO::PARAM_ types
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -89,4 +90,4 @@ Testing smallmoney:
Test successfully done.
Testing money:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of numeric types
--DESCRIPTION--
Use PDOstatement::bindParam with all PDO::PARAM_ types
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -184,4 +185,4 @@ c_det: -2147.4829
c_rand: 2147.4829
****PDO param type PDO::PARAM_LOB is compatible with encrypted real****
c_det: -2147.4829
c_rand: 2147.4829
c_rand: 2147.4829

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of string types
--DESCRIPTION--
Use PDOstatement::bindParam with all PDO::PARAM_ types
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -117,4 +118,4 @@ c_det: When prefixing a string constant with the letter N, the implicit conversi
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).
****PDO param type PDO::PARAM_LOB is compatible with encrypted nvarchar(max)****
c_det: When prefixing a string constant with the letter N, the implicit conversion will result in a Unicode string if the constant to convert does not exceed the max length for a Unicode string data type (4,000).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting encrypted data and retrieving both encrypted and decrypted data
--DESCRIPTION--
Retrieving SQL query contains encrypted filter
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -79,4 +80,4 @@ LastName: Abel
BirthDate: 1996-10-19
Checking ciphertext data:
Done
Done

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of string types
--DESCRIPTION--
No PDO::PARAM_ type specified when binding parameters
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -63,4 +64,4 @@ c_rand: th Un
Testing nvarchar(max):
****Encrypted default type is compatible with encrypted nvarchar(max)****
c_det: When prefixing a string constant with the letter N, the implicit conversion will result in a Unicode string if the constant to convert does not exceed the max length for a Unicode string data type (4,000).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of datetime types
--DESCRIPTION--
Bind params using sqlsrv_prepare without any sql_type specified
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -109,4 +110,4 @@ c_det:
c_rand:
date: 9999-12-31 23:59:59.1000000
timezone_type: 1
timezone: +14:00
timezone: +14:00

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of money types
--DESCRIPTION--
Bind params using sqlsrv_prepare without any sql_type specified
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -73,4 +74,4 @@ Testing smallmoney:
Test successfully done.
Testing money:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of numeric types
--DESCRIPTION--
Bind params using sqlsrv_prepare without any sql_type specified
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -80,4 +81,4 @@ c_rand: 9223372036.8548
Testing real:
****Encrypted default type is compatible with encrypted real****
c_det: -2147.4829101562
c_rand: 2147.4829101562
c_rand: 2147.4829101562

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting encrypted data and retrieving both encrypted and decrypted data
--DESCRIPTION--
Retrieving SQL query contains encrypted filter
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -79,4 +80,4 @@ BirthDate:
timezone: Canada/Pacific
Checking ciphertext data:
Done
Done

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of datetime types
--DESCRIPTION--
Bind params using sqlsrv_prepare with all sql_type
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -111,4 +112,4 @@ Testing time:
Test successfully done.
Testing datetimeoffset:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of money types
--DESCRIPTION--
Bind params using sqlsrv_prepare with all sql_type
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -76,4 +77,4 @@ Testing smallmoney:
Test successfully done.
Testing money:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of numeric types
--DESCRIPTION--
Bind params using sqlsrv_prepare with all sql_type
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -132,4 +133,4 @@ Testing float:
Test successfully done.
Testing real:
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of string types
--DESCRIPTION--
Bind params using sqlsrv_prepare with all sql_type
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -97,4 +98,4 @@ Testing nchar(5):
Test successfully done.
Testing nvarchar(max):
Test successfully done.
Test successfully done.

View file

@ -1,5 +1,6 @@
--TEST--
Test for inserting and retrieving encrypted data of string types
--DESCRIPTION--
Bind params using sqlsrv_prepare without any sql_type specified
--SKIPIF--
<?php require('skipif_versions_old.inc'); ?>
@ -55,4 +56,4 @@ c_rand: th Un
Testing nvarchar(max):
****Encrypted default type is compatible with encrypted nvarchar(max)****
c_det: When prefixing a string constant with the letter N, the implicit conversion will result in a Unicode string if the constant to convert does not exceed the max length for a Unicode string data type (4,000).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).
c_rand: Otherwise, the implicit conversion will result in a Unicode large-value (max).