You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/13 20:45:33 UTC

[34/43] jiffy commit: updated refs/heads/upstream to 446e284

Remove unnecessary inclusion of proper.hrl


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/b6afb141
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/b6afb141
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/b6afb141

Branch: refs/heads/upstream
Commit: b6afb1414e10edd5c579bf4affbde0e5b7d85737
Parents: 5cd89c1
Author: Paul J. Davis <pa...@gmail.com>
Authored: Fri Sep 19 14:28:55 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Fri Sep 19 14:28:55 2014 -0500

----------------------------------------------------------------------
 test/jiffy_01_yajl_tests.erl         | 1 -
 test/jiffy_02_literal_tests.erl      | 1 -
 test/jiffy_03_number_tests.erl       | 1 -
 test/jiffy_04_string_tests.erl       | 1 -
 test/jiffy_05_array_tests.erl        | 1 -
 test/jiffy_06_object_tests.erl       | 1 -
 test/jiffy_07_compound_tests.erl     | 1 -
 test/jiffy_08_halfword_tests.erl     | 1 -
 test/jiffy_09_reg_issue_24_tests.erl | 1 -
 test/jiffy_10_short_double_tests.erl | 1 -
 10 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_01_yajl_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_01_yajl_tests.erl b/test/jiffy_01_yajl_tests.erl
index b3ac13a..aedaf71 100644
--- a/test/jiffy_01_yajl_tests.erl
+++ b/test/jiffy_01_yajl_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_01_yajl_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_02_literal_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_02_literal_tests.erl b/test/jiffy_02_literal_tests.erl
index a5ff576..98b163c 100644
--- a/test/jiffy_02_literal_tests.erl
+++ b/test/jiffy_02_literal_tests.erl
@@ -3,7 +3,6 @@
 
 -module(jiffy_02_literal_tests).
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_03_number_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_03_number_tests.erl b/test/jiffy_03_number_tests.erl
index da69049..ac7b95f 100644
--- a/test/jiffy_03_number_tests.erl
+++ b/test/jiffy_03_number_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_03_number_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_04_string_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_04_string_tests.erl b/test/jiffy_04_string_tests.erl
index 7238f7c..f2136d8 100644
--- a/test/jiffy_04_string_tests.erl
+++ b/test/jiffy_04_string_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_04_string_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_05_array_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_05_array_tests.erl b/test/jiffy_05_array_tests.erl
index 6e9b717..dcad7ec 100644
--- a/test/jiffy_05_array_tests.erl
+++ b/test/jiffy_05_array_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_05_array_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_06_object_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_06_object_tests.erl b/test/jiffy_06_object_tests.erl
index 7aec347..6e8834e 100644
--- a/test/jiffy_06_object_tests.erl
+++ b/test/jiffy_06_object_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_06_object_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_07_compound_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_07_compound_tests.erl b/test/jiffy_07_compound_tests.erl
index 7a968ab..7a811db 100644
--- a/test/jiffy_07_compound_tests.erl
+++ b/test/jiffy_07_compound_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_07_compound_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_08_halfword_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_08_halfword_tests.erl b/test/jiffy_08_halfword_tests.erl
index e18cd93..c30739e 100644
--- a/test/jiffy_08_halfword_tests.erl
+++ b/test/jiffy_08_halfword_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_08_halfword_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_09_reg_issue_24_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_09_reg_issue_24_tests.erl b/test/jiffy_09_reg_issue_24_tests.erl
index ca72d1b..2f3482f 100644
--- a/test/jiffy_09_reg_issue_24_tests.erl
+++ b/test/jiffy_09_reg_issue_24_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_09_reg_issue_24_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").
 

http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/b6afb141/test/jiffy_10_short_double_tests.erl
----------------------------------------------------------------------
diff --git a/test/jiffy_10_short_double_tests.erl b/test/jiffy_10_short_double_tests.erl
index 56272fe..d66e1ea 100644
--- a/test/jiffy_10_short_double_tests.erl
+++ b/test/jiffy_10_short_double_tests.erl
@@ -4,7 +4,6 @@
 -module(jiffy_10_short_double_tests).
 
 
--include_lib("proper/include/proper.hrl").
 -include_lib("eunit/include/eunit.hrl").
 -include("jiffy_util.hrl").