From c043047d015e9a1d3094aed31f55bbb810e83a87 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 15 May 2012 00:38:06 +0200 Subject: [PATCH] move sample gallery in the tests dir --- {sample => tests/sample}/album_description | 0 {sample => tests/sample}/dir1/album_description | 0 {sample => tests/sample}/dir1/test1.jpg | Bin {sample => tests/sample}/dir1/test2.jpg | Bin {sample => tests/sample}/dir2/album_description | 0 {sample => tests/sample}/dir2/test1.jpg | Bin {sample => tests/sample}/dir2/test2.jpg | Bin {sample => tests/sample}/sigal.conf | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {sample => tests/sample}/album_description (100%) rename {sample => tests/sample}/dir1/album_description (100%) rename {sample => tests/sample}/dir1/test1.jpg (100%) rename {sample => tests/sample}/dir1/test2.jpg (100%) rename {sample => tests/sample}/dir2/album_description (100%) rename {sample => tests/sample}/dir2/test1.jpg (100%) rename {sample => tests/sample}/dir2/test2.jpg (100%) rename {sample => tests/sample}/sigal.conf (100%) diff --git a/sample/album_description b/tests/sample/album_description similarity index 100% rename from sample/album_description rename to tests/sample/album_description diff --git a/sample/dir1/album_description b/tests/sample/dir1/album_description similarity index 100% rename from sample/dir1/album_description rename to tests/sample/dir1/album_description diff --git a/sample/dir1/test1.jpg b/tests/sample/dir1/test1.jpg similarity index 100% rename from sample/dir1/test1.jpg rename to tests/sample/dir1/test1.jpg diff --git a/sample/dir1/test2.jpg b/tests/sample/dir1/test2.jpg similarity index 100% rename from sample/dir1/test2.jpg rename to tests/sample/dir1/test2.jpg diff --git a/sample/dir2/album_description b/tests/sample/dir2/album_description similarity index 100% rename from sample/dir2/album_description rename to tests/sample/dir2/album_description diff --git a/sample/dir2/test1.jpg b/tests/sample/dir2/test1.jpg similarity index 100% rename from sample/dir2/test1.jpg rename to tests/sample/dir2/test1.jpg diff --git a/sample/dir2/test2.jpg b/tests/sample/dir2/test2.jpg similarity index 100% rename from sample/dir2/test2.jpg rename to tests/sample/dir2/test2.jpg diff --git a/sample/sigal.conf b/tests/sample/sigal.conf similarity index 100% rename from sample/sigal.conf rename to tests/sample/sigal.conf