Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Correct test for uploading volumetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbashdown committed Aug 23, 2013
1 parent ecee3f6 commit a54313f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/contrib/evl_upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ Feature: EVL Upload
then the platform should have "336" items stored in "evl_volumetrics"
and the "evl_volumetrics" bucket should have items:
"""
{"_timestamp": "2013-08-01T00:00:00+00:00", "_id": "2013-08-01", "service": 1.2487024060928635, "channel": 1.4370298628996634}
{"_timestamp": "2007-07-01T00:00:00+00:00", "_id": "2007-07-01", "service": 1.1662755514934828, "channel": 1.3581011781786714}
{"_timestamp": "2012-08-01T00:00:00+00:00", "_id": "2013-08-01", "channel": "manual", "service": "tax-disc", "transaction": "V-V890 Another transaction", "volume" : 123456},
{"_timestamp": "2013-05-01T00:00:00+00:00", "_id": "2007-07-01", "channel": "assisted-digital", "service": "sorn", "transaction": "V-V11 Some transaction", "volume": 987654}
"""
Binary file modified features/fixtures/contrib/evl-volumetrics.xls
Binary file not shown.

0 comments on commit a54313f

Please sign in to comment.