buildframework/helium/sf/java/imaker/tests/antunit/test_imaker_drive_letter.ant.xml
changeset 588 c7c26511138f
parent 587 85df38eb4012
equal deleted inserted replaced
587:85df38eb4012 588:c7c26511138f
    39     <target name="tearDown">
    39     <target name="tearDown">
    40         <delete dir="${epocroot.temp}" failonerror="false" />
    40         <delete dir="${epocroot.temp}" failonerror="false" />
    41         <delete dir="${epocroot}/epoc32" failonerror="false" />
    41         <delete dir="${epocroot}/epoc32" failonerror="false" />
    42         <echo>-------------------------------------------------------------------------------</echo>
    42         <echo>-------------------------------------------------------------------------------</echo>
    43     </target>
    43     </target>
    44 
    44     
       
    45     <!-- once imaker is in SymSEE this does not fail 
    45     <target name="test-imaker-noargs-noconfig">
    46     <target name="test-imaker-noargs-noconfig">
    46         <echo>Will fail because it can't find imaker.</echo>
    47         <echo>Will fail because it can't find imaker.</echo>
    47         <au:expectfailure>
    48         <au:expectfailure>
    48             <hlm:imaker />
    49             <hlm:imaker />
    49         </au:expectfailure>
    50         </au:expectfailure>
    50     </target>
    51     </target>
       
    52     -->
    51 
    53 
    52     <target name="test-imaker-epocroot">
    54     <target name="test-imaker-epocroot">
    53         <echo>Usin custom epocroot.</echo>
    55         <echo>Usin custom epocroot.</echo>
    54         <hlm:imaker epocroot="${epocroot}" />
    56         <hlm:imaker epocroot="${epocroot}" />
    55     </target>
    57     </target>