This is an automated email from the ASF dual-hosted git repository.

gregdove pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 20a5b0a  Switching these new tests off for now until I can figure out 
the issues in js-only
20a5b0a is described below

commit 20a5b0af2edada41d1c0bae5d3a7ee72648d3d70
Author: greg-dove <[email protected]>
AuthorDate: Fri Aug 9 20:07:54 2019 +1200

    Switching these new tests off for now until I can figure out the issues in 
js-only
---
 frameworks/build.xml                  | 4 ++--
 frameworks/projects/Network/build.xml | 2 +-
 frameworks/projects/XML/build.xml     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index 5c9a998..35eed8c 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -151,9 +151,9 @@
         <antcall target="RoyaleUnitTest"/>
         <antcall target="CoreTest"/>
         <antcall target="BasicTest"/>
-        <antcall target="ReflectionTest"/>
+        <!--<antcall target="ReflectionTest"/>
         <antcall target="NetworkTest"/>
-        <antcall target="XMLTest"/>
+        <antcall target="XMLTest"/>-->
     </target>
 
     <target name="fonts">
diff --git a/frameworks/projects/Network/build.xml 
b/frameworks/projects/Network/build.xml
index cadbdb6..c9721ac 100644
--- a/frameworks/projects/Network/build.xml
+++ b/frameworks/projects/Network/build.xml
@@ -34,7 +34,7 @@
     </tstamp>
     <echo>swc-date is ${royale.swc-date}</echo>
 
-    <target name="main" 
depends="clean,check-compiler,compile,compile-js,copy-swc,test" 
description="Full build of ${ant.project.name}.swc">
+    <target name="main" 
depends="clean,check-compiler,compile,compile-js,copy-swc" description="Full 
build of ${ant.project.name}.swc">
     </target>
     
     <target name="compile-js">
diff --git a/frameworks/projects/XML/build.xml 
b/frameworks/projects/XML/build.xml
index dd59434..d3e84b8 100644
--- a/frameworks/projects/XML/build.xml
+++ b/frameworks/projects/XML/build.xml
@@ -34,7 +34,7 @@
     </tstamp>
     <echo>swc-date is ${royale.swc-date}</echo>
 
-    <target name="main" 
depends="clean,check-compiler,compile,compile-js,copy-swc,test" 
description="Full build of ${ant.project.name}.swc">
+    <target name="main" 
depends="clean,check-compiler,compile,compile-js,copy-swc" description="Full 
build of ${ant.project.name}.swc">
     </target>
     
     <target name="compile-js">

Reply via email to