From 516b14ca10ac3f1e5eb120ca8626aff5972829f6 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Mon, 5 Dec 2016 13:35:36 -0500 Subject: [PATCH] Renamed test src directories for clarity --- tests/{src => src_complex}/42.zip | Bin tests/{src => src_complex}/blah.conf | 0 tests/{src => src_complex}/blah.tar.bz2 | Bin tests/{src => src_complex}/blah.txt | 0 tests/{src => src_complex}/blah.zip | Bin tests/{src => src_complex}/foobar.dat | 0 tests/{src => src_complex}/geneve_1564.pdf | Bin .../geneve_1564_wrong_mime.conf | Bin tests/{src => src_complex}/message.msg | 0 tests/{src => src_complex}/ntree.wrl | 0 tests/{src2 => src_simple}/blah.conf | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename tests/{src => src_complex}/42.zip (100%) rename tests/{src => src_complex}/blah.conf (100%) rename tests/{src => src_complex}/blah.tar.bz2 (100%) rename tests/{src => src_complex}/blah.txt (100%) rename tests/{src => src_complex}/blah.zip (100%) rename tests/{src => src_complex}/foobar.dat (100%) rename tests/{src => src_complex}/geneve_1564.pdf (100%) rename tests/{src => src_complex}/geneve_1564_wrong_mime.conf (100%) rename tests/{src => src_complex}/message.msg (100%) rename tests/{src => src_complex}/ntree.wrl (100%) rename tests/{src2 => src_simple}/blah.conf (100%) diff --git a/tests/src/42.zip b/tests/src_complex/42.zip similarity index 100% rename from tests/src/42.zip rename to tests/src_complex/42.zip diff --git a/tests/src/blah.conf b/tests/src_complex/blah.conf similarity index 100% rename from tests/src/blah.conf rename to tests/src_complex/blah.conf diff --git a/tests/src/blah.tar.bz2 b/tests/src_complex/blah.tar.bz2 similarity index 100% rename from tests/src/blah.tar.bz2 rename to tests/src_complex/blah.tar.bz2 diff --git a/tests/src/blah.txt b/tests/src_complex/blah.txt similarity index 100% rename from tests/src/blah.txt rename to tests/src_complex/blah.txt diff --git a/tests/src/blah.zip b/tests/src_complex/blah.zip similarity index 100% rename from tests/src/blah.zip rename to tests/src_complex/blah.zip diff --git a/tests/src/foobar.dat b/tests/src_complex/foobar.dat similarity index 100% rename from tests/src/foobar.dat rename to tests/src_complex/foobar.dat diff --git a/tests/src/geneve_1564.pdf b/tests/src_complex/geneve_1564.pdf similarity index 100% rename from tests/src/geneve_1564.pdf rename to tests/src_complex/geneve_1564.pdf diff --git a/tests/src/geneve_1564_wrong_mime.conf b/tests/src_complex/geneve_1564_wrong_mime.conf similarity index 100% rename from tests/src/geneve_1564_wrong_mime.conf rename to tests/src_complex/geneve_1564_wrong_mime.conf diff --git a/tests/src/message.msg b/tests/src_complex/message.msg similarity index 100% rename from tests/src/message.msg rename to tests/src_complex/message.msg diff --git a/tests/src/ntree.wrl b/tests/src_complex/ntree.wrl similarity index 100% rename from tests/src/ntree.wrl rename to tests/src_complex/ntree.wrl diff --git a/tests/src2/blah.conf b/tests/src_simple/blah.conf similarity index 100% rename from tests/src2/blah.conf rename to tests/src_simple/blah.conf