I'm using a Chinese localization bugzilla template that the name is =
still 'en'. When I'm patching, some fails, e.g.:=20
patching file template/en/default/bug/create/create.html.tmpl
Hunk #1 FAILED at 323.
1 out of 1 hunk FAILED -- saving rejects to file =
template/en/default/bug/create/create.html.tmpl.rej
So what's the meaning of the above patching info?
Then I use the 2.17.6 original template 'en' to replace the Chinese one, =
the patch is all OK. And test-runner has no software error again. But =
where are the HTMLarea icons? I could not find them when I write test =
plan or edit test case.=20
Best Regards,
Michael
-----=AD=EC=A9l=B6l=A5=F3-----
=B1H=A5=F3=AA=CC: Fuentetaja, Ed [mailto:ed....@tt...]=20
=B1H=A5=F3=A4=E9=B4=C1: 2004=A6~4=A4=EB23=A4=E9 21:45
=A6=AC=A5=F3=AA=CC: Shao, Michael (=AA=F2=AE=B6 IAC-S); =
tes...@li...
=A5D=A6=AE: RE: [Testrunner-users] ??: Testrunner-users digest, Vol 1 #8 =
- 1 ms g
I the problem is that the patching of Bugzilla's files failed for some =
weird reason.
I understand that you have bugzilla 2.17.6 running. Could you try to =
undo the patch (patch -R -bp 1 -i testrunner/patch-2.17.6) (or even =
better, restore from your backup) and apply it again? Please report any =
problems in the output. You shouldn't have any,
Thanks,
Ed
> -----Original Message-----
> From: tes...@li...=20
> [mailto:tes...@li...] On=20
> Behalf Of Sha...@ia...
> Sent: Friday, April 23, 2004 12:38 AM
> To: tes...@li...
> Subject: [Testrunner-users] ??: Testrunner-users digest, Vol=20
> 1 #8 - 1 msg
>=20
>=20
> Hi Ed,
>=20
> Thanks for your update. I'm using BTR with perl 5.8.0=20
> installed(RedHat9.0). When I add a test case, the software=20
> error occurs: Can't find param named new-case-action-template=20
> at Bugzilla/Config.pm line 124.
>=20
> The following is the information when I run ./checksetup.pl.=20
> And before that, I ran the command: patch -bp 1 -i=20
> tr_testrunner/patch-2.17.6 and tr_testrunner/install.pl
>=20
> [root@master-dtisqf1e bugzilla]# ./checksetup.pl
>=20
> Checking perl modules ...
> Checking for AppConfig (v1.52) ok: found v1.52
> Checking for CGI (v2.93) ok: found v3.04
> Checking for Data::Dumper (any) ok: found v2.12
> Checking for Date::Format (v2.21) ok: found v2.22
> Checking for DBI (v1.32) ok: found v1.32
> Checking for DBD::mysql (v2.1010) ok: found v2.9003
> Checking for File::Spec (v0.82) ok: found v0.82
> Checking for File::Temp (any) ok: found v0.14
> Checking for Template (v2.08) ok: found v2.08
> Checking for Text::Wrap (v2001.0131) ok: found v2001.0929
>=20
> The following Perl modules are optional:
> Checking for GD (v1.20) ok: found v2.11
> Checking for Chart::Base (v0.99) ok: found v0.99
> Checking for XML::Parser (any) ok: found v2.34
> Checking for GD::Graph (any) ok: found v1.43
> Checking for GD::Text::Align (any) ok: found v1.18
> Checking for PatchReader (any) ok: found v0.9.2
>=20
> Checking user setup ...
> Removing existing compiled templates ...
> Precompiling templates ...
> The following parameters are no longer used in Bugzilla, and=20
> so have been removed from your parameters file and appended=20
> to old-params.txt: cut-cases-texts-in-list,=20
> bug-to-test-case-action, bug-to-test-case-summary,=20
> private-cases-log, cut-cases-texts-limit,=20
> show-bug-status-in-case-log, print-tag-in-case-log,=20
> new-case-action-template, new-case-effect-template,=20
> bug-to-test-case-effect
> Checking for MySQL Server (v3.23.41) ok: found v3.23.58
>=20
> Populating duplicates table...
> Reminder: Bugzilla now requires version 8.7 or later of sendmail.
>=20
>=20
> Best Regards,
> Michael (in Shanghai, China.)
>=20
> -----=AD=EC=A9l=B6l=A5=F3-----
> =B1H=A5=F3=AA=CC: tes...@li...=20
> [mailto:tes...@li...]=20
> =B1H=A5=F3=A4=E9=B4=C1: 2004=A6~4=A4=EB23=A4=E9 11:23
> =A6=AC=A5=F3=AA=CC: tes...@li...
> =A5D=A6=AE: Testrunner-users digest, Vol 1 #8 - 1 msg
>=20
> Send Testrunner-users mailing list submissions to
> tes...@li...
>=20
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/testrunner-users
> or, via email, send a message with subject or body 'help' to
> tes...@li...
>=20
> You can reach the person managing the list at
> tes...@li...
>=20
> When replying, please edit your Subject line so it is more=20
> specific than "Re: Contents of Testrunner-users digest..."
>=20
>=20
> Today's Topics:
>=20
> 1. Version 0.5.1 released (Fuentetaja, Ed)
>=20
> --__--__--
>=20
> Message: 1
> Date: Thu, 22 Apr 2004 14:17:34 -0500
> From: "Fuentetaja, Ed" <ed....@tt...>
> To: <tes...@li...>
> Subject: [Testrunner-users] Version 0.5.1 released
>=20
> Hi all,
>=20
> I was able to arrange a couple of good days of work for Test=20
> Runner. As a result I just released version 0.5.1. It includes:
>=20
> * Fixed numerous warnings from the apache's error log.
>=20
> * Replaced text areas by HTMLArea, a WYSIWYG html editor.
>=20
> * Added the component column to the list of test cases.
>=20
> * 'Update test case logs' now only updates confirmed test=20
> cases. =3D20
> * Added automated regresion test scripts from Sytze.
>=20
> The HTMLArea is a great "eye-candy" feature. Really easy to=20
> implement and visually compelling. It is an exciting feature,=20
> I hope people like it as much as I do.
>=20
> I got several weird problems reported lately. I'm pretty sure=20
> they are all related to Perl 5.8. I use Perl 5.6.1 for=20
> development and I haven't been able to test Test Runner on=20
> any other versions. Thanks to Mr. Johnston's help I could fix=20
> some of the problems. Apparently many of the warnings that I=20
> had in Apache's error log are not warnings anymore on Perl=20
> 5.8, but errors. That's why I decided to finally clean up all=20
> those nasty warnings, I had a million.
>=20
> If anybody tries Test Runner 0.5.1 with Perl 5.8, please report.
>=20
> I'll be relocating during the next week and I won't be=20
> available. The web site www.willowriver.net might go down at=20
> some point.
>=20
> Thanks,
>=20
> Ed
>=20
>=20
>=20
> --__--__--
>=20
> _______________________________________________
> Testrunner-users mailing list Tes...@li...
> https://lists.sourceforge.net/lists/listinfo/testrunner-users
>=20
>=20
> End of Testrunner-users Digest
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: The Robotic Monkeys at=20
> ThinkGeek For a limited time only, get FREE Ground shipping=20
> on all orders of $35 or more. Hurry up and shop folks, this=20
> offer expires April 30th!=20
> http://www.thinkgeek.com/freeshipping/?cpg=12297
> _______________________________________________
> Testrunner-users mailing list Tes...@li...
> https://lists.sourceforge.net/lists/listinfo/testrunner-users
>=20
|