<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Registry Plugin: Precompile Less Plugin" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:33">
</testsuite>
<testsuite name="Registry Plugin: Precompile Less Plugin.configure" errors="0" tests="5" failures="0" time="0.085" timestamp="2014-04-09T16:48:32">
  <testcase classname="Registry Plugin: Precompile Less Plugin.configure" name="should ignore the files with the wrong content type" time="0.027"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin.configure" name="should rewrite the urls before less rendering" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin.configure" name="should throw an error if less rendering failed" time="0.015"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin.configure" name="should throw an error if a filesystem error occurred" time="0.015"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin.configure" name="should save the precompiled less content with a scoped css and an unscopedcss" time="0.014"></testcase>
</testsuite>
<testsuite name="Registry Plugin: Precompile Less Plugin._computeRules" errors="0" tests="3" failures="0" time="0.041" timestamp="2014-04-09T16:48:32">
  <testcase classname="Registry Plugin: Precompile Less Plugin._computeRules" name="should count zero rules" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._computeRules" name="should count multiple rules" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._computeRules" name="should ignore rules found in comments" time="0.013"></testcase>
</testsuite>
<testsuite name="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" errors="0" tests="8" failures="0" time="0.368" timestamp="2014-04-09T16:48:32">
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should ignore import rules that are not recognized" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should ignore external imported links" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should remove the import statement if it refers to a resource that&apos;s missing from another component" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should correctly import the CSS from another&apos;s component resource" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should get the CSS from the a resource of the current component" time="0.015"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should not rewrite statements that don&apos;t contain URLs" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should not rewrite statements that contain external or relative URLs" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._rewriteCssUrls" name="should rewrite statements that contain internal URLs" time="0.269"></testcase>
</testsuite>
<testsuite name="Registry Plugin: Precompile Less Plugin._getCssFromUrl" errors="0" tests="3" failures="0" time="0.047" timestamp="2014-04-09T16:48:33">
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromUrl" name="should ignore an invalid CSS route url" time="0.019"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromUrl" name="should ignore an url for an invalid component" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromUrl" name="should get the css from the detected component" time="0.013"></testcase>
</testsuite>
<testsuite name="Registry Plugin: Precompile Less Plugin._getCssFromComponent" errors="0" tests="4" failures="0" time="0.054" timestamp="2014-04-09T16:48:33">
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromComponent" name="should not get the css contents if it was previously obtained" time="0.013"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromComponent" name="should not get the css contents if the content type is wrong" time="0.013"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromComponent" name="should rewrite the css for the imported css content" time="0.014"></testcase>
  <testcase classname="Registry Plugin: Precompile Less Plugin._getCssFromComponent" name="should throw an error if a filesystem error occurred" time="0.014"></testcase>
</testsuite>
</testsuites>