summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/lob_029.phpt
diff options
context:
space:
mode:
authorMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
committerMark A. Hershberger <mah@debian.(none)>2009-03-25 19:39:21 -0400
commit6821b67124604da690c5e9276d5370d679c63ac8 (patch)
treebefb4ca2520eb577950cef6cb76d10b914cbf67a /ext/oci8/tests/lob_029.phpt
parentcd0b49c72aee33b3e44a9c589fcd93b9e1c7a64f (diff)
downloadphp-6821b67124604da690c5e9276d5370d679c63ac8.tar.gz
Imported Upstream version 5.3.0RC1upstream/5.3.0_RC1upstream/5.3.0RC1
Diffstat (limited to 'ext/oci8/tests/lob_029.phpt')
-rw-r--r--ext/oci8/tests/lob_029.phpt8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/oci8/tests/lob_029.phpt b/ext/oci8/tests/lob_029.phpt
index 6c310981b..6826f36cd 100644
--- a/ext/oci8/tests/lob_029.phpt
+++ b/ext/oci8/tests/lob_029.phpt
@@ -19,6 +19,12 @@ $realfilename3 = "oci8bfiletest3.txt";
$fullname3 = $realdirname."/".$realfilename3;
// Setup
+$s = oci_parse($c, "drop table FileTest");
+@oci_execute($s);
+
+$s = oci_parse($c, "drop directory TestDir");
+@oci_execute($s);
+
$s = oci_parse($c, "create directory TestDir as '$realdirname'");
oci_execute($s);
@@ -116,4 +122,4 @@ array(3) {
}
Test 3
string(24) "Some text in the bfile 1"
-Done \ No newline at end of file
+Done