Everyone,

Can't look up much documentation with the site being down do hopefully
someone can help. I get errors such as these using mvn clean install -
U with TestRunner.mxml of

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
                xmlns:flexUnitUIRunner="http://www.adobe.com/2009/
flexUnitUIRunner"
                creationComplete="runTests();"
                layout="absolute">

  <mx:Script>
    <![CDATA[
    import com.overstock.webdev.checkout.FlexCheckoutSuite;

    import org.flexunit.runner.FlexUnitCore;

    public function runTests():void {
      new FlexUnitCore().run(FlexCheckoutSuite);
    }
    ]]>
  </mx:Script>
</mx:Application>

When TestRunner compiles during build I see errors like

[ERROR] CartListGiftMessageTester.as:[13,48] The definition of base
class CheckoutCartList was not found. public class
CartListGiftMessageTester extends CheckoutCartList {

CheckoutCartList is in the swf so are my tests not seeing the
swf?!?!?!

JohnG

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to