Repository: couchdb-couch-epi Updated Branches: refs/heads/master cf2e463b2 -> baa9a3556
http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/blob/32ba6e79/test/fixtures/app_data1.cfg ---------------------------------------------------------------------- diff --git a/test/fixtures/app_data1.cfg b/test/fixtures/app_data1.cfg new file mode 100644 index 0000000..4c9f3fe --- /dev/null +++ b/test/fixtures/app_data1.cfg @@ -0,0 +1,4 @@ +{[complex, key, 1], [ + {type, counter}, + {desc, foo} +]}. http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/blob/32ba6e79/test/fixtures/app_data2.cfg ---------------------------------------------------------------------- diff --git a/test/fixtures/app_data2.cfg b/test/fixtures/app_data2.cfg new file mode 100644 index 0000000..e5a5ffb --- /dev/null +++ b/test/fixtures/app_data2.cfg @@ -0,0 +1,8 @@ +{[complex, key, 2], [ + {type, counter}, + {desc, bar} +]}. +{[complex, key, 1], [ + {type, counter}, + {desc, updated_foo} +]}.
