<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.DiscountTest" tests="2" failures="1" errors="0" skipped="0" time="0.252" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04">
    <testcase classname="cart.DiscountTest" name="stacksDiscountsInDeclaredOrder" time="0.204">
      <failure message="expected: &lt;[a, b, c]&gt; but was: &lt;[a, c, b]&gt;" type="org.opentest4j.AssertionFailedError"><![CDATA[org.opentest4j.AssertionFailedError: 
expected: <[a, b, c]>
 but was: <[a, c, b]>
	at cart.DiscountTest.stacksDiscountsInDeclaredOrder(DiscountTest.java:44)
]]></failure>
    </testcase>
    <testcase classname="cart.DiscountTest" name="ignoresExpiredCoupon" time="0.048"/>
  </testsuite>
</testsuites>
