Disable oracle tests for now

db4
Slava Pestov 2008-03-08 04:33:02 -06:00
parent 26df05b912
commit 7b409be592
1 changed files with 32 additions and 30 deletions

2
extra/oracle/oracle-tests.factor Normal file → Executable file
View File

@ -1,5 +1,6 @@
USING: oracle oracle.liboci prettyprint tools.test ;
[
"testuser" "testpassword" "//localhost/test1" log-on .
allocate-statement-handle
@ -55,3 +56,4 @@ clear-result
execute-statement
free-statement-handle log-off clean-up terminate
] drop