remove XFAIL section from tests

This commit is contained in:
v-kaywon 2017-10-04 16:26:50 -07:00
parent e9e19fdf4b
commit 55a02df5ba
3 changed files with 3 additions and 6 deletions

View file

@ -32,8 +32,7 @@ try {
echo "Exception from unsupported attribute (ATTR_PREFETCH) is caught\n";
}
?>
--XFAIL--
Bug with column encryption: Exception from unsupported attribute is caught even if the attribute if set before ERRMODE_EXCEPTION
--EXPECT--
Testing a connection with ATTR_PREFETCH before ERRMODE_EXCEPTION...
Error from supported attribute (ATTR_PREFETCH) is silented

View file

@ -54,7 +54,6 @@ try {
echo $e->getMessage();
}
?>
--XFAIL--
Bug with column encryption: returns error "An error occurred translating string for an output param to UTF-8" if output has more decimal places than the column definition
--EXPECT--
Test Successfully

View file

@ -80,8 +80,7 @@ try {
var_dump($e->errorInfo);
}
?>
--XFAIL--
Bug with column encryption: Insertion fails if input has more decimal places than the column definition
--EXPECT--
Prepare without emulate prepare:
Array