From: Philippe M. <mak...@fi...> - 2008-03-26 22:57:08
|
Jeff Jones - SHERIFFX [08-03-26 23.09] : > I tested running isql from a command window, and Firebird can indeed > create a database in the temp_directory and the database_location. But, > it does not appear to work in qmEditor. > > Perhaps I have created a test that is inherently flawed and will not run > anyway? > > Could you give me the steps for creating a test that involves a Firebird > database that I could create here, just to know that I am not chasing a > phantom error? > The functional.database.create.create_database_29 is a good one it should work you said you have Interbase on your box perhaps is there a problem with that try without Interbase running and whith fbclient.dll in the directory you are when you launch test Running Firebird as an application (C:\FB21\bin\fbserver.exe -a) on a XP box I have no problem inside the qmEditor and for example a : C:\FB21\QA\fb210w>python c:/python24/scripts/qmtest.py run -C c:/fb21/qa/context 2.txt functional.database.create.create_database_09 give correct results here my context file : temp_directory=C:\FB21\db\ server_location=127.0.0.1/3040: database_location=C:\FB21\db\ suite_database_location=C:\FB21\QA\testsuite\fdb\ backup_location=C:\FB21\QA\testsuite\fbk\ files_location=C:\FB21\QA\testsuite\files\ isc4_path=C:\FB21\security2.fdb user_name=SYSDBA user_password=masterkey isql_path=C:\FB21\bin\isql.exe gsec_path=C:\FB21\bin\gsec.exe gstat_path=C:\FB21\bin\gstat.exe gbak_path=C:\FB21\bin\gbak.exe nbackup_path=C:\FB21\bin\nbackup.exe gfix_path=C:\FB21\bin\gfix.exe gpre_path=C:\FB21\bin\gpre.exe database_name=bugs.fdb |