From f35b6c221134784b2f53f15b72b809d93f03a5ca Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Oct 2010 00:38:05 +0200 Subject: Clean up test directory --- test/list | 5 ----- test/list/custom | 4 ++++ test/list/default | 5 +++++ test/list/filename | 1 + test/list/format | 1 + test/list/format_reverse | 5 +++++ test/list/height | 1 + test/list/name | 1 + test/list/pixels | 1 + test/list/size | 5 +++++ test/list/width | 1 + 11 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 test/list create mode 100644 test/list/custom create mode 100644 test/list/default create mode 120000 test/list/filename create mode 120000 test/list/format create mode 100644 test/list/format_reverse create mode 120000 test/list/height create mode 120000 test/list/name create mode 120000 test/list/pixels create mode 100644 test/list/size create mode 120000 test/list/width (limited to 'test/list') diff --git a/test/list b/test/list deleted file mode 100644 index 036b0f4..0000000 --- a/test/list +++ /dev/null @@ -1,5 +0,0 @@ -NUM FORMAT WIDTH HEIGHT PIXELS SIZE(bytes) ALPHA FILENAME -1 gif 16 16 256 953 - test/ok.gif -2 jpeg 16 16 256 354 - test/ok.jpg -3 png 16 16 256 403 X test/ok.png -4 pnm 16 16 256 269 - test/ok.pnm diff --git a/test/list/custom b/test/list/custom new file mode 100644 index 0000000..b5ddb32 --- /dev/null +++ b/test/list/custom @@ -0,0 +1,4 @@ +test/ok/gif; 16; 4; list; gif; 256; 953; gif; 0; 16 +test/ok/jpg; 16; 4; list; jpg; 256; 354; jpeg; 0; 16 +test/ok/png; 16; 4; list; png; 256; 403; png; 0; 16 +test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 0; 16 diff --git a/test/list/default b/test/list/default new file mode 100644 index 0000000..d7b2c12 --- /dev/null +++ b/test/list/default @@ -0,0 +1,5 @@ +NUM FORMAT WIDTH HEIGHT PIXELS SIZE(bytes) ALPHA FILENAME +1 gif 16 16 256 953 - test/ok/gif +2 jpeg 16 16 256 354 - test/ok/jpg +3 png 16 16 256 403 X test/ok/png +4 pnm 16 16 256 269 - test/ok/pnm diff --git a/test/list/filename b/test/list/filename new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/filename @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/test/list/format b/test/list/format new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/format @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/test/list/format_reverse b/test/list/format_reverse new file mode 100644 index 0000000..801b732 --- /dev/null +++ b/test/list/format_reverse @@ -0,0 +1,5 @@ +NUM FORMAT WIDTH HEIGHT PIXELS SIZE(bytes) ALPHA FILENAME +1 pnm 16 16 256 269 - test/ok/pnm +2 png 16 16 256 403 X test/ok/png +3 jpeg 16 16 256 354 - test/ok/jpg +4 gif 16 16 256 953 - test/ok/gif diff --git a/test/list/height b/test/list/height new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/height @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/test/list/name b/test/list/name new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/name @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/test/list/pixels b/test/list/pixels new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/pixels @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/test/list/size b/test/list/size new file mode 100644 index 0000000..9e1c3d0 --- /dev/null +++ b/test/list/size @@ -0,0 +1,5 @@ +NUM FORMAT WIDTH HEIGHT PIXELS SIZE(bytes) ALPHA FILENAME +1 pnm 16 16 256 269 - test/ok/pnm +2 jpeg 16 16 256 354 - test/ok/jpg +3 png 16 16 256 403 X test/ok/png +4 gif 16 16 256 953 - test/ok/gif diff --git a/test/list/width b/test/list/width new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/test/list/width @@ -0,0 +1 @@ +default \ No newline at end of file -- cgit v1.2.3