diff options
Diffstat (limited to 'test/list')
| -rw-r--r-- | test/list | 5 | ||||
| -rw-r--r-- | test/list/custom | 4 | ||||
| -rw-r--r-- | test/list/default | 5 | ||||
| l--------- | test/list/filename | 1 | ||||
| l--------- | test/list/format | 1 | ||||
| -rw-r--r-- | test/list/format_reverse | 5 | ||||
| l--------- | test/list/height | 1 | ||||
| l--------- | test/list/name | 1 | ||||
| l--------- | test/list/pixels | 1 | ||||
| -rw-r--r-- | test/list/size | 5 | ||||
| l--------- | test/list/width | 1 | 
11 files changed, 25 insertions, 5 deletions
| 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 | 
