From b55422b034341ce4ab5cfd8f3786f97c12e87f87 Mon Sep 17 00:00:00 2001 From: Aarno Aukia Date: Fri, 5 Feb 2016 14:41:05 +0100 Subject: [PATCH] move error test cases to their own folder --- test/{test-frames => error-frames}/premature_end_of_data1.hex | 0 test/{test-frames => error-frames}/premature_end_of_data2.hex | 0 test/{test-frames => error-frames}/premature_end_of_dif1.hex | 0 test/{test-frames => error-frames}/premature_end_of_dif2.hex | 0 test/{test-frames => error-frames}/premature_end_of_var_vif1.hex | 0 test/{test-frames => error-frames}/premature_end_of_vif1.hex | 0 test/{test-frames => error-frames}/too_long_var_vif.hex | 0 test/{test-frames => error-frames}/too_many_dife.hex | 0 test/{test-frames => error-frames}/too_many_vife.hex | 0 test/{test-frames => error-frames}/too_short_header.hex | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename test/{test-frames => error-frames}/premature_end_of_data1.hex (100%) rename test/{test-frames => error-frames}/premature_end_of_data2.hex (100%) rename test/{test-frames => error-frames}/premature_end_of_dif1.hex (100%) rename test/{test-frames => error-frames}/premature_end_of_dif2.hex (100%) rename test/{test-frames => error-frames}/premature_end_of_var_vif1.hex (100%) rename test/{test-frames => error-frames}/premature_end_of_vif1.hex (100%) rename test/{test-frames => error-frames}/too_long_var_vif.hex (100%) rename test/{test-frames => error-frames}/too_many_dife.hex (100%) rename test/{test-frames => error-frames}/too_many_vife.hex (100%) rename test/{test-frames => error-frames}/too_short_header.hex (100%) diff --git a/test/test-frames/premature_end_of_data1.hex b/test/error-frames/premature_end_of_data1.hex similarity index 100% rename from test/test-frames/premature_end_of_data1.hex rename to test/error-frames/premature_end_of_data1.hex diff --git a/test/test-frames/premature_end_of_data2.hex b/test/error-frames/premature_end_of_data2.hex similarity index 100% rename from test/test-frames/premature_end_of_data2.hex rename to test/error-frames/premature_end_of_data2.hex diff --git a/test/test-frames/premature_end_of_dif1.hex b/test/error-frames/premature_end_of_dif1.hex similarity index 100% rename from test/test-frames/premature_end_of_dif1.hex rename to test/error-frames/premature_end_of_dif1.hex diff --git a/test/test-frames/premature_end_of_dif2.hex b/test/error-frames/premature_end_of_dif2.hex similarity index 100% rename from test/test-frames/premature_end_of_dif2.hex rename to test/error-frames/premature_end_of_dif2.hex diff --git a/test/test-frames/premature_end_of_var_vif1.hex b/test/error-frames/premature_end_of_var_vif1.hex similarity index 100% rename from test/test-frames/premature_end_of_var_vif1.hex rename to test/error-frames/premature_end_of_var_vif1.hex diff --git a/test/test-frames/premature_end_of_vif1.hex b/test/error-frames/premature_end_of_vif1.hex similarity index 100% rename from test/test-frames/premature_end_of_vif1.hex rename to test/error-frames/premature_end_of_vif1.hex diff --git a/test/test-frames/too_long_var_vif.hex b/test/error-frames/too_long_var_vif.hex similarity index 100% rename from test/test-frames/too_long_var_vif.hex rename to test/error-frames/too_long_var_vif.hex diff --git a/test/test-frames/too_many_dife.hex b/test/error-frames/too_many_dife.hex similarity index 100% rename from test/test-frames/too_many_dife.hex rename to test/error-frames/too_many_dife.hex diff --git a/test/test-frames/too_many_vife.hex b/test/error-frames/too_many_vife.hex similarity index 100% rename from test/test-frames/too_many_vife.hex rename to test/error-frames/too_many_vife.hex diff --git a/test/test-frames/too_short_header.hex b/test/error-frames/too_short_header.hex similarity index 100% rename from test/test-frames/too_short_header.hex rename to test/error-frames/too_short_header.hex