From c9077797656d710d24b84d9a8523c4ffc8515b38 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 3 Feb 2011 20:36:39 +0100 Subject: Add tests for --action & --(un)loadable combo --- test/nx_action/loadable_action | 8 ++++++++ test/nx_action/loadable_naction | 8 ++++++++ test/nx_action/unloadable_action | 8 ++++++++ test/nx_action/unloadable_naction | 8 ++++++++ 4 files changed, 32 insertions(+) create mode 100644 test/nx_action/loadable_action create mode 100644 test/nx_action/loadable_naction create mode 100644 test/nx_action/unloadable_action create mode 100644 test/nx_action/unloadable_naction (limited to 'test/nx_action') diff --git a/test/nx_action/loadable_action b/test/nx_action/loadable_action new file mode 100644 index 0000000..d173261 --- /dev/null +++ b/test/nx_action/loadable_action @@ -0,0 +1,8 @@ +touch test/ok/gif +touch test/ok/jpg +touch test/ok/png +touch test/ok/pnm +test/ok/gif +test/ok/jpg +test/ok/png +test/ok/pnm diff --git a/test/nx_action/loadable_naction b/test/nx_action/loadable_naction new file mode 100644 index 0000000..d173261 --- /dev/null +++ b/test/nx_action/loadable_naction @@ -0,0 +1,8 @@ +touch test/ok/gif +touch test/ok/jpg +touch test/ok/png +touch test/ok/pnm +test/ok/gif +test/ok/jpg +test/ok/png +test/ok/pnm diff --git a/test/nx_action/unloadable_action b/test/nx_action/unloadable_action new file mode 100644 index 0000000..c16572e --- /dev/null +++ b/test/nx_action/unloadable_action @@ -0,0 +1,8 @@ +rm test/fail/gif +rm test/fail/jpg +rm test/fail/png +rm test/fail/pnm +test/fail/gif +test/fail/jpg +test/fail/png +test/fail/pnm diff --git a/test/nx_action/unloadable_naction b/test/nx_action/unloadable_naction new file mode 100644 index 0000000..c16572e --- /dev/null +++ b/test/nx_action/unloadable_naction @@ -0,0 +1,8 @@ +rm test/fail/gif +rm test/fail/jpg +rm test/fail/png +rm test/fail/pnm +test/fail/gif +test/fail/jpg +test/fail/png +test/fail/pnm -- cgit v1.2.3