Applied patch to add some unit tests to File Install. (FELIX-942)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@749327 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/src/test/resources/watched/firstcfg.cfg b/fileinstall/src/test/resources/watched/firstcfg.cfg
new file mode 100644
index 0000000..8ec9331
--- /dev/null
+++ b/fileinstall/src/test/resources/watched/firstcfg.cfg
@@ -0,0 +1 @@
+testkey=testvalue
diff --git a/fileinstall/src/test/resources/watched/firstjar.jar b/fileinstall/src/test/resources/watched/firstjar.jar
new file mode 100644
index 0000000..2a20387
--- /dev/null
+++ b/fileinstall/src/test/resources/watched/firstjar.jar
@@ -0,0 +1 @@
+only a fake jar for testing
\ No newline at end of file
diff --git a/fileinstall/src/test/resources/watched/secondjar.jar b/fileinstall/src/test/resources/watched/secondjar.jar
new file mode 100644
index 0000000..2a20387
--- /dev/null
+++ b/fileinstall/src/test/resources/watched/secondjar.jar
@@ -0,0 +1 @@
+only a fake jar for testing
\ No newline at end of file