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 619cd33 Temporary fix until I can resolve the unit testing issue (it
is definitely related in some way to the version of the player used for testing)
new 3d9e3dd Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
619cd33 is described below
commit 619cd33ac10246d95dd6cf94e2c02dbda3d7a279
Author: greg-dove <[email protected]>
AuthorDate: Tue Oct 8 11:35:12 2019 +1300
Temporary fix until I can resolve the unit testing issue (it is definitely
related in some way to the version of the player used for testing)
---
frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as | 2 +-
1 file changed, 1 insertion(+), 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 7057fe8..e2e2b0c 100644
--- a/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as
+++ b/frameworks/projects/XML/src/test/royale/flexUnitTests/XMLTester.as
@@ -40,7 +40,7 @@ package flexUnitTests
public var xmlListTesterGeneralTest:XMLListTesterGeneralTest;
- public var xmlNamespaceTest:XMLNamespaceTest;
+ //public var xmlNamespaceTest:XMLNamespaceTest;
public var xmlNamespaceClassTest:XMLNamespaceClassTest;