ext/oboe_metal/tests/test.rb in oboe-2.2.6 vs ext/oboe_metal/tests/test.rb in oboe-2.3.2
- old
+ new
@@ -1,7 +1,11 @@
+# Copyright (c) 2013 AppNeta, Inc.
+# All rights reserved.
+
require 'oboe'
r = Oboe::UdpReporter.new('127.0.0.1')
Oboe::Context.init()
e = Oboe::Context.createEvent()
e.addInfo("TestKey", "TestValue")
r.sendReport(e)
+