Ignore:
Timestamp:
08/19/09 16:27:47 (4 years ago)
Author:
zach
Message:

Corrected bug in PlayerTestLauncher references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/build/build.xml

    r276 r278  
    7777                <exec executable="${amxmlc.exe}" dir="${basedir}"> 
    7878                        <!-- Point to the main class .as file --> 
    79                         <arg line="'${test.dir}/PlayerTestRunner.as'" /> 
     79                        <arg line="'${test.dir}/PlayerTestLauncher.as'" /> 
    8080 
    8181                        <!-- Place the built .swf file in the "bin" directory --> 
    82                         <arg line="-output '${basedir}/bin-test/TestRunner.swf'" /> 
     82                        <arg line="-output '${basedir}/bin-test/PlayerTestLauncher.swf'" /> 
    8383 
    8484                        <!-- Define source directories for "src" and "tests" --> 
     
    105105        <target name="test-unit" depends="check-properties"> 
    106106                <exec executable="${airDebugLauncher.exe}"> 
    107                         <arg line="'${basedir}/bin-test/TestRunner-app.xml'" /> 
     107                        <arg line="'${basedir}/bin-test/PlayerTestLauncher-app.xml'" /> 
    108108                </exec> 
    109109        </target> 
Note: See TracChangeset for help on using the changeset viewer.