Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/testData')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/a.txt2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/b.txt2
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/bar/car/c.txt2
3 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/a.txt b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/a.txt
new file mode 100644
index 000000000..c78a316ea
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/a.txt
@@ -0,0 +1,2 @@
+A
+// This a.txt should have the first line being a single A
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/b.txt b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/b.txt
new file mode 100644
index 000000000..11e42f95a
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/b.txt
@@ -0,0 +1,2 @@
+B
+// This b.txt should have the first line being a single B
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/bar/car/c.txt b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/bar/car/c.txt
new file mode 100644
index 000000000..afdfac685
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/nativeTouchpoint/dirFolder/foo/bar/car/c.txt
@@ -0,0 +1,2 @@
+C
+// This c.txt should have the first line being a single C

Back to the top