JSONObject jsonAccount = new JSONObject();
jsonAccount.put(EMAIL, "robert.sandell@sonyericsson.com");
jsonAccount.put(NAME, "Bobby");
Change changeWithQuotes = prepareChangeObjForMockTest("project", "branch", "I2343434344",
"100", stringWithQuotes, "commitMessage", jsonAccount, "http://localhost:8080");
Change changeWithoutQuotes = prepareChangeObjForMockTest("project", "branch", "I2343434344",
"100", stringWithoutQuotes, "commitMessage", jsonAccount, "http://localhost:8080");
PatchsetCreated eventWithQuotes = preparePatchsetCreatedObjForMockTest(changeWithQuotes,
new PatchSet(patch), GerritEventType.PATCHSET_CREATED);
PatchsetCreated eventWithoutQuotes = preparePatchsetCreatedObjForMockTest(changeWithoutQuotes,