the temp data file for passing BT data now must be called BT_Generic the same as the

official class name.  This was changed from BT, to allow the class to use enheritance
from the TextDB base class.
This commit is contained in:
kestes%walrus.com 2002-04-24 03:20:34 +00:00
Родитель d75a81fa95
Коммит bdc2270ab3
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -23,8 +23,8 @@
# $Revision: 1.11 $
# $Date: 2001/10/10 15:06:48 $
# $Revision: 1.12 $
# $Date: 2002/04/24 03:20:34 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_bugs,v $
# $Name: $
@ -411,7 +411,7 @@ sub set_tinderbox_variables {
$TINDERBOX{'tinderbox_mailfrom'},
);
MailProcess::write_update_file('BT', $uniq_id, $tree, %TINDERBOX );
MailProcess::write_update_file('BT_Generic', $uniq_id, $tree, %TINDERBOX );
} # foreach $tree

Просмотреть файл

@ -5,9 +5,9 @@
# current time.
# $Revision: 1.7 $
# $Date: 2002/03/19 04:30:07 $
# $Author: timeless%mac.com $
# $Revision: 1.8 $
# $Date: 2002/04/24 03:20:31 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/test/genbugs.tst,v $
# $Name: $
#
@ -165,7 +165,7 @@ foreach $tree (@TREES) {
);
my ($update_file) = ("$TINDERBOX_DATA_DIR/$tree/db/".
"BT.Update.$timenow.$bug_id");
"BT_Generic.Update.$timenow.$bug_id");
# first we try and make the file name leagal, then we check by using
# the definiative legal filename checker.