<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Socket registry" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:37">
</testsuite>
<testsuite name="Socket registry.registration" errors="0" tests="1" failures="0" time="0.014" timestamp="2014-04-09T16:48:37">
  <testcase classname="Socket registry.registration" name="should register correctly multiple handlers" time="0.014"></testcase>
</testsuite>
<testsuite name="Socket registry.connection event handler" errors="0" tests="8" failures="0" time="0.311" timestamp="2014-04-09T16:48:37">
  <testcase classname="Socket registry.connection event handler" name="should call the handlers" time="0.026"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should disconnect the socket if the session id is missing" time="0.017"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should disconnect the socket if the session couldn&apos;t be obtained" time="0.024"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should get and save the session" time="0.046"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should save the session after the promise is resolved" time="0.034"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should call the handlers when a new event is emmited and run the ack" time="0.043"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should call the handlers and update the user" time="0.07"></testcase>
  <testcase classname="Socket registry.connection event handler" name="should call the handlers when a new event is emitted" time="0.051"></testcase>
</testsuite>
</testsuites>