You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/06/28 20:02:29 UTC

[royale-asjs] branch develop updated: Basic, Core, RoyaleUnit: re-enabled Ant tasks for JS

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

joshtynjala 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 4cd6f31  Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant tasks for JS
4cd6f31 is described below

commit 4cd6f31a0c81dc559967a3d7b42eb0c4fab71a38
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Fri Jun 28 13:02:16 2019 -0700

    Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant tasks for JS
---
 frameworks/projects/Basic/build.xml      | 3 +--
 frameworks/projects/Core/build.xml       | 3 +--
 frameworks/projects/RoyaleUnit/build.xml | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/frameworks/projects/Basic/build.xml b/frameworks/projects/Basic/build.xml
index a126cd4..bca41bf 100644
--- a/frameworks/projects/Basic/build.xml
+++ b/frameworks/projects/Basic/build.xml
@@ -65,8 +65,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!-- temporarily disabled because royaleunit task crashes on macOS -->
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">
diff --git a/frameworks/projects/Core/build.xml b/frameworks/projects/Core/build.xml
index 43b642a..d023b23 100644
--- a/frameworks/projects/Core/build.xml
+++ b/frameworks/projects/Core/build.xml
@@ -66,8 +66,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!-- temporarily disabled because royaleunit task crashes on macOS -->
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">
diff --git a/frameworks/projects/RoyaleUnit/build.xml b/frameworks/projects/RoyaleUnit/build.xml
index 6d6d942..7a3b41e 100644
--- a/frameworks/projects/RoyaleUnit/build.xml
+++ b/frameworks/projects/RoyaleUnit/build.xml
@@ -66,7 +66,7 @@
     
     <target name="test" depends="check-for-tests,check-compiler" unless="skip-tests">
         <ant dir="src/test/royale" />
-        <!--<antcall target="test-js" />-->
+        <antcall target="test-js" />
     </target>
     
     <target name="test-js">


Re: [royale-asjs] branch develop updated: Basic, Core, RoyaleUnit: re-enabled Ant tasks for JS

Posted by Greg Dove <gr...@gmail.com>.
Hey Josh, that sounds great!

FYI next week I do expect to swap the manualtests UnitTests project to
match the same assertion method signatures as RoyaleUnit.
Once I do that I will port more of the existing tests across to RoyaleUnit,
in their respective libraries.
I'll also change some of the class names inside the manualtests project to
avoid any confusion with RoyaleUnit itself.




On Sat, Jun 29, 2019 at 8:02 AM <jo...@apache.org> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> joshtynjala 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 4cd6f31  Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant
> tasks for JS
> 4cd6f31 is described below
>
> commit 4cd6f31a0c81dc559967a3d7b42eb0c4fab71a38
> Author: Josh Tynjala <jo...@apache.org>
> AuthorDate: Fri Jun 28 13:02:16 2019 -0700
>
>     Basic, Core, RoyaleUnit: re-enabled <royaleunit> Ant tasks for JS
> ---
>  frameworks/projects/Basic/build.xml      | 3 +--
>  frameworks/projects/Core/build.xml       | 3 +--
>  frameworks/projects/RoyaleUnit/build.xml | 2 +-
>  3 files changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/frameworks/projects/Basic/build.xml
> b/frameworks/projects/Basic/build.xml
> index a126cd4..bca41bf 100644
> --- a/frameworks/projects/Basic/build.xml
> +++ b/frameworks/projects/Basic/build.xml
> @@ -65,8 +65,7 @@
>
>      <target name="test" depends="check-for-tests,check-compiler"
> unless="skip-tests">
>          <ant dir="src/test/royale" />
> -        <!-- temporarily disabled because royaleunit task crashes on
> macOS -->
> -        <!--<antcall target="test-js" />-->
> +        <antcall target="test-js" />
>      </target>
>
>      <target name="test-js">
> diff --git a/frameworks/projects/Core/build.xml
> b/frameworks/projects/Core/build.xml
> index 43b642a..d023b23 100644
> --- a/frameworks/projects/Core/build.xml
> +++ b/frameworks/projects/Core/build.xml
> @@ -66,8 +66,7 @@
>
>      <target name="test" depends="check-for-tests,check-compiler"
> unless="skip-tests">
>          <ant dir="src/test/royale" />
> -        <!-- temporarily disabled because royaleunit task crashes on
> macOS -->
> -        <!--<antcall target="test-js" />-->
> +        <antcall target="test-js" />
>      </target>
>
>      <target name="test-js">
> diff --git a/frameworks/projects/RoyaleUnit/build.xml
> b/frameworks/projects/RoyaleUnit/build.xml
> index 6d6d942..7a3b41e 100644
> --- a/frameworks/projects/RoyaleUnit/build.xml
> +++ b/frameworks/projects/RoyaleUnit/build.xml
> @@ -66,7 +66,7 @@
>
>      <target name="test" depends="check-for-tests,check-compiler"
> unless="skip-tests">
>          <ant dir="src/test/royale" />
> -        <!--<antcall target="test-js" />-->
> +        <antcall target="test-js" />
>      </target>
>
>      <target name="test-js">
>
>