Mercurial > hg > xemacs-beta
annotate etc/toolbar/file-xx.xbm @ 1656:f8bd59163c60
[xemacs-hg @ 2003-08-31 17:30:17 by adrian]
[AC21.5R21.4] [PATCH] xemacs-21.5: test-harness.el to log results when run noninteractive
-------------------- ChangeLog entries follow: --------------------
tests/ChangeLog addition:
2003-08-31 Adrian Aichner <adrian@xemacs.org>
* automated/test-harness.el (test-harness-from-buffer): Log
results when running noninteractive.
* automated/test-harness.el (batch-test-emacs): Remove misplaced
debugging code.
author | adrian |
---|---|
date | Sun, 31 Aug 2003 17:30:19 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 #define noname_width 28 |
2 #define noname_height 28 | |
3 static char noname_bits[] = { | |
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | |
5 0x00,0x00,0x00,0x00,0x00,0x80,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x80,0x00, | |
6 0x05,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x80, | |
7 0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x10,0x00,0x00,0x00,0x00,0x00, | |
8 0x80,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x10,0x00,0x00,0x00,0x00, | |
9 0x00,0x80,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x10,0x00,0x00,0x00, | |
10 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, | |
11 0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |