summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/healthreport_pingData.js
blob: 1737baba13ef46af6d0b30f1956e6cb07c8f1c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var TEST_PINGS = [
  {
    type: "test-telemetryArchive-1",
    payload: { foo: "bar" },
    date: new Date(2010, 1, 1, 10, 0, 0),
  },
  {
    type: "test-telemetryArchive-2",
    payload: { x: { y: "z"} },
    date: new Date(2010, 1, 1, 11, 0, 0),
  },
  {
    type: "test-telemetryArchive-3",
    payload: { moo: "meh" },
    date: new Date(2010, 1, 1, 12, 0, 0),
  },
];