Well yes and no.

Before I created the JIRA tickets I tested what I knew to be true with the changes. Everything passed except the SHA stuff since I didn't know what to do there.

I would definitely say we have a green light when those get fixed in the sdk, which if know one does I will since they don't need tests. I wrote the JIRA tickets to document the changes needed.

Mike


Quoting Gordon Smith <gosm...@adobe.com>:

After this change, were you able to run the Falcon unit tests and have them pass?

- Gordon

-----Original Message-----
From: mschma...@apache.org [mailto:mschma...@apache.org]
Sent: Tuesday, November 13, 2012 4:00 PM
To: flex-comm...@incubator.apache.org
Subject: svn commit: r1409037 - in /incubator/flex/falcon/trunk/compiler.tests: ./ build.xml

Author: mschmalle
Date: Wed Nov 14 00:00:17 2012
New Revision: 1409037

URL: http://svn.apache.org/viewvc?rev=1409037&view=rev
Log:
updated compiler.tests build.xml to add/remove temp directory

Modified:
    incubator/flex/falcon/trunk/compiler.tests/   (props changed)
    incubator/flex/falcon/trunk/compiler.tests/build.xml

Propchange: incubator/flex/falcon/trunk/compiler.tests/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Nov 14 00:00:17 2012
@@ -0,0 +1 @@
+temp

Modified: incubator/flex/falcon/trunk/compiler.tests/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.tests/build.xml?rev=1409037&r1=1409036&r2=1409037&view=diff
==============================================================================
--- incubator/flex/falcon/trunk/compiler.tests/build.xml (original)
+++ incubator/flex/falcon/trunk/compiler.tests/build.xml Wed Nov 14 00:00:17 2012
@@ -67,6 +67,7 @@

     <target name="unit.tests" depends="download, compile.unit.tests">
         <mkdir dir="${compiler.tests}/results"/>
+        <mkdir dir="${compiler.tests}/temp"/>
         <junit dir="${compiler.tests}"
fork="yes" forkMode="perBatch" maxmemory="256m" timeout="300000"
                printsummary="true" showoutput="true"
@@ -97,6 +98,7 @@

     <target name="wipe" depends="clean">
         <delete dir="${compiler.tests}/lib"/>
+        <delete dir="${compiler.tests}/temp"/>
     </target>

 </project>




--
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com

Reply via email to