[tor-commits] [ooni-probe/master] Rename test_inputs to example_inputs

art at torproject.org art at torproject.org
Thu Nov 29 14:42:49 UTC 2012


commit 3a6ca3d13551c04f10a1f4e3feed0921c56fcaee
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Nov 29 13:27:00 2012 +0100

    Rename test_inputs to example_inputs
---
 example_inputs/README                        |    2 ++
 example_inputs/daph3_yaml_file.txt           |    2 ++
 example_inputs/dns_tamper_file.txt           |    3 +++
 example_inputs/dns_tamper_test_resolvers.txt |    2 ++
 example_inputs/http_host_file.txt            |    2 ++
 example_inputs/keyword_filtering_file.txt    |    2 ++
 example_inputs/url_lists_file.txt            |    2 ++
 test_inputs/README                           |    2 --
 test_inputs/daph3_yaml_file.txt              |    2 --
 test_inputs/dns_tamper_file.txt              |    3 ---
 test_inputs/dns_tamper_test_resolvers.txt    |    2 --
 test_inputs/http_host_file.txt               |    2 --
 test_inputs/keyword_filtering_file.txt       |    2 --
 test_inputs/url_lists_file.txt               |    2 --
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/example_inputs/README b/example_inputs/README
new file mode 100644
index 0000000..cbf0782
--- /dev/null
+++ b/example_inputs/README
@@ -0,0 +1,2 @@
+These inputs are here to assist the running of before_i_commit.sh that is used to verify proper functioning of ooniprobe.
+
diff --git a/example_inputs/daph3_yaml_file.txt b/example_inputs/daph3_yaml_file.txt
new file mode 100644
index 0000000..2412a08
--- /dev/null
+++ b/example_inputs/daph3_yaml_file.txt
@@ -0,0 +1,2 @@
+{client: antani, server: sblinda}
+
diff --git a/example_inputs/dns_tamper_file.txt b/example_inputs/dns_tamper_file.txt
new file mode 100644
index 0000000..25f365c
--- /dev/null
+++ b/example_inputs/dns_tamper_file.txt
@@ -0,0 +1,3 @@
+torproject.org
+google.com
+measurementlab.net
diff --git a/example_inputs/dns_tamper_test_resolvers.txt b/example_inputs/dns_tamper_test_resolvers.txt
new file mode 100644
index 0000000..14c77e0
--- /dev/null
+++ b/example_inputs/dns_tamper_test_resolvers.txt
@@ -0,0 +1,2 @@
+8.8.8.8
+8.8.4.4
diff --git a/example_inputs/http_host_file.txt b/example_inputs/http_host_file.txt
new file mode 100644
index 0000000..12afb18
--- /dev/null
+++ b/example_inputs/http_host_file.txt
@@ -0,0 +1,2 @@
+torproject.org
+ooni.nu
diff --git a/example_inputs/keyword_filtering_file.txt b/example_inputs/keyword_filtering_file.txt
new file mode 100644
index 0000000..4583bae
--- /dev/null
+++ b/example_inputs/keyword_filtering_file.txt
@@ -0,0 +1,2 @@
+antani
+sblinda
diff --git a/example_inputs/url_lists_file.txt b/example_inputs/url_lists_file.txt
new file mode 100644
index 0000000..16a4f58
--- /dev/null
+++ b/example_inputs/url_lists_file.txt
@@ -0,0 +1,2 @@
+http://ooni.nu/test
+http://torproject.org/
diff --git a/test_inputs/README b/test_inputs/README
deleted file mode 100644
index cbf0782..0000000
--- a/test_inputs/README
+++ /dev/null
@@ -1,2 +0,0 @@
-These inputs are here to assist the running of before_i_commit.sh that is used to verify proper functioning of ooniprobe.
-
diff --git a/test_inputs/daph3_yaml_file.txt b/test_inputs/daph3_yaml_file.txt
deleted file mode 100644
index 2412a08..0000000
--- a/test_inputs/daph3_yaml_file.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-{client: antani, server: sblinda}
-
diff --git a/test_inputs/dns_tamper_file.txt b/test_inputs/dns_tamper_file.txt
deleted file mode 100644
index 25f365c..0000000
--- a/test_inputs/dns_tamper_file.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-torproject.org
-google.com
-measurementlab.net
diff --git a/test_inputs/dns_tamper_test_resolvers.txt b/test_inputs/dns_tamper_test_resolvers.txt
deleted file mode 100644
index 14c77e0..0000000
--- a/test_inputs/dns_tamper_test_resolvers.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-8.8.8.8
-8.8.4.4
diff --git a/test_inputs/http_host_file.txt b/test_inputs/http_host_file.txt
deleted file mode 100644
index 12afb18..0000000
--- a/test_inputs/http_host_file.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-torproject.org
-ooni.nu
diff --git a/test_inputs/keyword_filtering_file.txt b/test_inputs/keyword_filtering_file.txt
deleted file mode 100644
index 4583bae..0000000
--- a/test_inputs/keyword_filtering_file.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-antani
-sblinda
diff --git a/test_inputs/url_lists_file.txt b/test_inputs/url_lists_file.txt
deleted file mode 100644
index 16a4f58..0000000
--- a/test_inputs/url_lists_file.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-http://ooni.nu/test
-http://torproject.org/





More information about the tor-commits mailing list