You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/01/16 01:05:19 UTC

[royale-asjs] branch develop updated: Switching on tests for XML notifications

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 fcf0b38  Switching on tests for XML notifications
fcf0b38 is described below

commit fcf0b38de638952422e945f4464a309414e35562
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sat Jan 16 14:04:31 2021 +1300

    Switching on tests for XML notifications
---
 frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as      | 2 +-
 .../XML/src/test/royale/flexUnitTests/xml/XMLNotificationTest.as        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as b/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as
index c709f98..c7c0347 100644
--- a/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as
+++ b/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as
@@ -52,7 +52,7 @@ package flexUnitTests
 
         public var xmlLiteralTest:XMLLiteralTest;
 
-       // public var xmlNotificationTest:XMLNotificationTest;
+        public var xmlNotificationTest:XMLNotificationTest;
         
     }
 }
diff --git a/frameworks/projects/XML/src/test/royale/flexUnitTests/xml/XMLNotificationTest.as b/frameworks/projects/XML/src/test/royale/flexUnitTests/xml/XMLNotificationTest.as
index b1403b0..be1b834 100644
--- a/frameworks/projects/XML/src/test/royale/flexUnitTests/xml/XMLNotificationTest.as
+++ b/frameworks/projects/XML/src/test/royale/flexUnitTests/xml/XMLNotificationTest.as
@@ -154,6 +154,7 @@ package flexUnitTests.xml
 
 
         [Test]
+        [Ignore] //ignored, because not yet working in JS
         public function testReplaceNode():void
         {
             var xml:XML = <xml><child1/><child2/></xml>;