>>>> "Hrv" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrv> Gunnar Evermann <ge204(a)eng.cam.ac.uk> writes:
> After Martin´s fix for the Fmapconcat crashes I wanted to
reenable the
> test in base64-tests.el which Hrvoje had disabled some time ago,
Hrv> I haven't it. The base64-tests file has been broken in the repository
Hrv> for a long time, and I'm still waiting for someone to fix it. The
Hrv> problem was that that file used to have a raw-zero character embedded
Hrv> in it, which CVS apparently doesn't grok. Even worse, I can't find a
Hrv> way to fix the situation, even after having removed the offending
Hrv> character.
Wait no longer.
I edited the file in the CVS repository, changed all occurences of NUL
bytes with the string "\0" and renamed it to base64-tests.el in the
repository. This allows me to successfully run cvs update. This file
is all yours again, Hrvoje.
Since this required manually fixing the repository, you might get CVS
errors (although I didn't). In this case, do the usual
cd tests; rm -rf automated; cvs update
(martin@lasker) /xemacs/ws/dev/tests/automated $ cvs log base64-tests.el
RCS file: /usr/CVSroot/XEmacs/xemacs/tests/automated/Attic/base64-tests.el,v
Working file: base64-tests.el
head: 1.1
branch:
locks: strict
access list:
symbolic names:
r21-2-16: 1.1.2.3
r21-2-15: 1.1.2.1
release-21-2: 1.1.0.2
keyword substitution: kv
total revisions: 4; selected revisions: 4
description:
----------------------------
revision 1.1
date: 1999/05/27 20:44:02; author: hrvojen; state: dead;
branches: 1.1.2;
file base64-tests.el was initially added on branch release-21-2.
----------------------------
revision 1.1.2.3
date: 1999/06/08 03:44:02; author: hrvojen; state: Exp; lines: +31 -25
Committed my patch "base64 update 1999-06-07" from
<87aeub231o.fsf(a)pc-hrvoje.srce.hr>.
----------------------------
revision 1.1.2.2
date: 1999/06/06 01:32:02; author: hrvojen; state: Exp; lines: +42 -71
Committed my patch "base64 update" from
<87r9nq1qsa.fsf(a)pc-hrvoje.srce.hr>.
----------------------------
revision 1.1.2.1
date: 1999/05/27 20:44:02; author: hrvojen; state: Exp; lines: +271 -0
Committed my patch "base64 decoding ignore whitespace" from
<877lpuzn2g.fsf(a)pc-hrvoje.srce.hr>.
=============================================================================
(martin@lasker) /xemacs/build/mo9+ $ mk check
==> make MAKE=mk-xemacs check
cd ./src && mk-xemacs check
==> make MAKE=make -j 2 check
make[1]: Entering directory `/xemacs/build/mo9+/src'
./xemacs -batch -l /xemacs/ws/dev/src/../tests/automated/test-harness.el -f
batch-test-emacs /xemacs/ws/dev/src/../tests/automated
Testing /xemacs/ws/dev/tests/automated/base64-tests.el...
base64-tests.el: 1174 of 1174 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/byte-compiler-tests.el...
byte-compiler-tests.el: 50 of 50 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/database-tests.el...
database-tests.el: 10 of 10 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/hash-table-tests.el...
hash-table-tests.el: 8570 of 8570 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/lisp-tests.el...
lisp-tests.el: 3218 of 3218 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/md5-tests.el...
md5-tests.el: 56 of 56 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/mule-tests.el...
mule-tests.el: 28 of 28 (100%) tests successful.
Testing /xemacs/ws/dev/tests/automated/symbol-tests.el...
symbol-tests.el: 226 of 226 (100%) tests successful.
Done
make[1]: Leaving directory `/xemacs/build/mo9+/src'
mk check 42.85s user 0.49s system 100% cpu 43.247 total