|
From: <pc...@us...> - 2012-10-22 10:19:43
|
Revision: 57261
http://firebird.svn.sourceforge.net/firebird/?rev=57261&view=rev
Author: pcisar
Date: 2012-10-22 10:19:37 +0000 (Mon, 22 Oct 2012)
Log Message:
-----------
- Update for FDB 0.9
Modified Paths:
--------------
qa/fbtest/trunk/fbtest.py
Modified: qa/fbtest/trunk/fbtest.py
===================================================================
--- qa/fbtest/trunk/fbtest.py 2012-10-22 09:25:11 UTC (rev 57260)
+++ qa/fbtest/trunk/fbtest.py 2012-10-22 10:19:37 UTC (rev 57261)
@@ -1459,7 +1459,7 @@
self.gstat_path = os.path.join(fbdir,'bin','gstat'+ext)
self.gfix_path = os.path.join(fbdir,'bin','gfix'+ext)
self.gpre_path = os.path.join(fbdir,'bin','gpre'+ext)
- self.security_db = svc.getSecurityDatabasePath()
+ self.security_db = svc.get_security_database_path()
self.run_description = '%s%s %s' % (self.platform,self.cpuarch,self.arch)
cntx = dict()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|