GUI - create test branch directories, in preparation for actually writing unit tests...

Change-Id: I262c8df64580ca28e7ee264db76ab9d40831d79c
diff --git a/web/gui/src/test/java/org/onosproject/gui/README.txt b/web/gui/src/test/java/org/onosproject/gui/README.txt
new file mode 100644
index 0000000..0d5844d
--- /dev/null
+++ b/web/gui/src/test/java/org/onosproject/gui/README.txt
@@ -0,0 +1 @@
+# Need to write unit tests for the GUI server-side code!
diff --git a/web/gui/src/test/webapp/README.txt b/web/gui/src/test/webapp/README.txt
new file mode 100644
index 0000000..2cc6d0f
--- /dev/null
+++ b/web/gui/src/test/webapp/README.txt
@@ -0,0 +1 @@
+# Jasmine test files to reside in this directory - a peer to the web app code