extracting base class for tests, adding readEvent tests, fixing typed error in related operations, adding a file logger

This commit is contained in:
Nicolas Dextraze
2016-03-13 18:38:42 -07:00
parent 0b63df85e7
commit d1b9d6958b
11 changed files with 540 additions and 259 deletions

View File

@ -111,7 +111,12 @@ module.exports = require("protobufjs").newBuilder({})['import']({
"name": "ResolvedIndexedEvent",
"fields": [
{
"rule": "required",
/*
rule changed from required to optional
because protobufjs doesn't allow null value for required object
and in the case of a non-success result, event will be null
*/
"rule": "optional",
"type": "EventRecord",
"name": "event",
"id": 1