From 73ac86ae852accbd3c297508a1803496fc8ba981 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Fri, 18 May 2012 11:02:51 -0400 Subject: [PATCH] Addigng some folder on tests - functional folder to functional test added - shared folder to store some files used on tests added --- tests/functional/README.txt | 1 + tests/shared/README.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/functional/README.txt create mode 100644 tests/shared/README.txt diff --git a/tests/functional/README.txt b/tests/functional/README.txt new file mode 100644 index 000000000..1cece7a95 --- /dev/null +++ b/tests/functional/README.txt @@ -0,0 +1 @@ +// This is the fuctional tests directory diff --git a/tests/shared/README.txt b/tests/shared/README.txt new file mode 100644 index 000000000..9831f3c02 --- /dev/null +++ b/tests/shared/README.txt @@ -0,0 +1 @@ +// You can store on this directory some files that you need on several tests