Kaydet (Commit) 8229f77f authored tarafından Andres Gomez's avatar Andres Gomez Kaydeden (comit) Andrzej J.R. Hunt

fb-sdbc: test file moved to a generic place

üst b7f7d533
...@@ -110,7 +110,7 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV ...@@ -110,7 +110,7 @@ void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyV
ISC_STATUS_ARRAY status; /* status vector */ ISC_STATUS_ARRAY status; /* status vector */
if (isc_attach_database(status, 0, "/home/javi/Firebird/test/new.fdb", &m_DBHandler, 0, NULL)) if (isc_attach_database(status, 0, "/var/tmp/libo-fb/new.fdb", &m_DBHandler, 0, NULL))
if (pr_error(status, "attach database")) if (pr_error(status, "attach database"))
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment