<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Translation module" errors="0" tests="0" failures="0" time="0" timestamp="2013-05-13T16:02:33">
</testsuite>
<testsuite name="Translation module.translate method" errors="0" tests="3" failures="0" time="0.02" timestamp="2013-05-13T16:02:33">
  <testcase classname="Translation module.translate method" name="should translate if message id exists" time="0.016"></testcase>
  <testcase classname="Translation module.translate method" name="should return the message id, if translation doesn&apos;t exist" time="0.002"></testcase>
  <testcase classname="Translation module.translate method" name="should correctly resolve arguments" time="0.002"></testcase>
</testsuite>
<testsuite name="Translation module.getLocale method" errors="0" tests="4" failures="0" time="0.025" timestamp="2013-05-13T16:02:33">
  <testcase classname="Translation module.getLocale method" name="should throw an rain error if the component parameter is missing" time="0.005"></testcase>
  <testcase classname="Translation module.getLocale method" name="should throw an rain error if the locale parameter is missing" time="0.003"></testcase>
  <testcase classname="Translation module.getLocale method" name="should return an empty object cause no translation is existing" time="0.003"></testcase>
  <testcase classname="Translation module.getLocale method" name="should return the domain and data object of a locale" time="0.014"></testcase>
</testsuite>
<testsuite name="Translation module.getLocales method" errors="0" tests="4" failures="0" time="0.011" timestamp="2013-05-13T16:02:33">
  <testcase classname="Translation module.getLocales method" name="should throw an error if the component parameter is missing" time="0.003"></testcase>
  <testcase classname="Translation module.getLocales method" name="should return two locales" time="0.003"></testcase>
  <testcase classname="Translation module.getLocales method" name="should use the platform language when the language parameter is missing" time="0.003"></testcase>
  <testcase classname="Translation module.getLocales method" name="should return one locale when language and defaultLanguage are the same" time="0.002"></testcase>
</testsuite>
</testsuites>