Francois Gouget : testbot/lib: Fix the UseDBIBackEnd() export directive.

Alexandre Julliard julliard at winehq.org
Wed Jun 18 14:04:42 CDT 2014


Module: tools
Branch: master
Commit: d351d076e44489eca812d6abde4cef422a78aeb4
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=d351d076e44489eca812d6abde4cef422a78aeb4

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jun 18 13:45:47 2014 +0200

testbot/lib: Fix the UseDBIBackEnd() export directive.

---

 testbot/lib/ObjectModel/DBIBackEnd.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/DBIBackEnd.pm b/testbot/lib/ObjectModel/DBIBackEnd.pm
index 45bd1f6..1378f63 100644
--- a/testbot/lib/ObjectModel/DBIBackEnd.pm
+++ b/testbot/lib/ObjectModel/DBIBackEnd.pm
@@ -38,7 +38,7 @@ use vars qw(@ISA @EXPORT);
 
 require Exporter;
 @ISA = qw(ObjectModel::BackEnd Exporter);
- at EXPORT = qw(&UseDBIBackend);
+ at EXPORT = qw(&UseDBIBackEnd);
 
 sub GetDb($)
 {




More information about the wine-cvs mailing list