http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/83acb813/src/test/resources/person.avro
----------------------------------------------------------------------
diff --git a/src/test/resources/person.avro b/src/test/resources/person.avro
deleted file mode 100644
index 053c31c..0000000
--- a/src/test/resources/person.avro
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-"namespace": "com.cloudera.crunch.test",
-"name": "Person",
-"type": "record",
-"fields": [
-  {"name": "name", "type": ["string", "null"] },
-  {"name": "age", "type": "int"},
-  {"name": "siblingnames", "type": {"type": "array", "items": "string"}} ]
-} 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/83acb813/src/test/resources/set1.txt
----------------------------------------------------------------------
diff --git a/src/test/resources/set1.txt b/src/test/resources/set1.txt
deleted file mode 100644
index 3b67f57..0000000
--- a/src/test/resources/set1.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-b
-c
-a
-e
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/83acb813/src/test/resources/set2.txt
----------------------------------------------------------------------
diff --git a/src/test/resources/set2.txt b/src/test/resources/set2.txt
deleted file mode 100644
index 8169ab5..0000000
--- a/src/test/resources/set2.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-c
-d
-a
\ No newline at end of file

Reply via email to