Repository: flex-blazeds
Updated Branches:
  refs/heads/master 42965e283 -> 0a7bd1d16


Minor changes prior to staging a first Release Candidate.


Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/fc6744bf
Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/fc6744bf
Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/fc6744bf

Branch: refs/heads/master
Commit: fc6744bfe5999e385334c8b6a527b7e8b0c4cc30
Parents: 4430e89
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Fri Feb 27 09:30:12 2015 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Fri Feb 27 09:30:12 2015 +0100

----------------------------------------------------------------------
 modules/NOTICE                                                  | 2 +-
 modules/RELEASE_NOTES                                           | 5 ++++-
 .../test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java | 2 +-
 .../test/resources/flex/messaging/io/amfx/string_tag/11a.xml    | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/fc6744bf/modules/NOTICE
----------------------------------------------------------------------
diff --git a/modules/NOTICE b/modules/NOTICE
index c802e7d..9952b65 100644
--- a/modules/NOTICE
+++ b/modules/NOTICE
@@ -1,5 +1,5 @@
 Apache Flex BlazeDS
-Copyright 2014 The Apache Software Foundation
+Copyright 2015 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/fc6744bf/modules/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/modules/RELEASE_NOTES b/modules/RELEASE_NOTES
index 3566490..5c118c9 100644
--- a/modules/RELEASE_NOTES
+++ b/modules/RELEASE_NOTES
@@ -10,7 +10,10 @@ _____________
 
 Differences from Adobe BlazeDS 4.6 include:
 
-TBD
+- No functional differences the only changes that were made were adding code 
to make the
+  test-suite run against a server instance brought up by the test-suite itself 
making it
+  self sufficient. The Adobe version relied on the availability of a running 
BlazeDS server
+  instance.
 
 Please report new issues to our bug tracker at:
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/fc6744bf/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
----------------------------------------------------------------------
diff --git 
a/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
 
b/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
index 7aa2a24..6802198 100644
--- 
a/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
+++ 
b/modules/testsuite/src/test/java/flex/messaging/io/amfx/string_tag/Confirm11a.java
@@ -30,7 +30,7 @@ public class Confirm11a extends DeserializationConfirmation
         ActionMessage m = new ActionMessage();
         MessageBody body = new MessageBody();
         m.addBody(body);
-        body.setData("Section 1. All legislative Powers herein granted shall 
be vested in a Congress of the United States, which shall consist of a Senate 
and House of Representatives.");
+        body.setData("Instead of copying something that might be licensed by 
some special license I am replacing the extract of the US constitution with 
this little text which should demonstrate string serialization just as well.");
         EXPECTED_VALUE = m;
     }
 

http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/fc6744bf/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
----------------------------------------------------------------------
diff --git 
a/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
 
b/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
index 2635078..75f9657 100644
--- 
a/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
+++ 
b/modules/testsuite/src/test/resources/flex/messaging/io/amfx/string_tag/11a.xml
@@ -19,6 +19,6 @@
 -->
 <amfx ver="3" xmlns="http://www.macromedia.com/2005/amfx";>
     <body>
-        <string>Section 1. All legislative Powers herein granted shall be 
vested in a Congress of the United States, which shall consist of a Senate and 
House of Representatives.</string>
+        <string>Instead of copying something that might be licensed by some 
special license I am replacing the extract of the US constitution with this 
little text which should demonstrate string serialization just as well.</string>
     </body>
 </amfx>
\ No newline at end of file

Reply via email to