gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r10042: minor reformatting.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10042: minor reformatting.
Date: Wed, 25 Mar 2009 16:35:16 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10042
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2009-03-25 16:35:16 -0600
message:
  minor reformatting.
modified:
  testsuite/libamf.all/test_amfmsg.cpp
=== modified file 'testsuite/libamf.all/test_amfmsg.cpp'
--- a/testsuite/libamf.all/test_amfmsg.cpp      2009-03-03 23:39:05 +0000
+++ b/testsuite/libamf.all/test_amfmsg.cpp      2009-03-25 22:35:16 +0000
@@ -136,22 +136,22 @@
 void
 test_encoding()
 {
-//     00 06 67 65 74 77 61 79                <- getway, message #1
+//  00 06 67 65 74 77 61 79                <- getway, message #1
 //  00 04 2f 32 32 39                      <- /229, operation name
-//  00 00 00 0e                                <- byte length of message
-//     0a 00 00 00 01                  <- array, 1 item
+//  00 00 00 0e                                   <- byte length of message
+//     0a 00 00 00 01                     <- array, 1 item
 //        00 41 70 43 87 20 00 00 00
 //
 //  00 06 67 65 74 77 61 79                <- getway, message #2
 //  00 04 2f 32 33 30                      <- /230, operation name
-//  00 00 00 0e                                <- byte length of message
-//     0a 00 00 00 01                  <- array, 1 item
+//  00 00 00 0e                                   <- byte length of message
+//     0a 00 00 00 01                     <- array, 1 item
 //        00 41 70 43 ba 00 00 00 00
 //
 //  00 06 67 65 74 77 61 79                <- getway, message #3
 //  00 04 2f 32 33 31                      <- /231, operation name
-//  00 00 00 0e                                <- byte length of message
-//     0a 00 00 00 01                  <- array, 1 item
+//  00 00 00 0e                                   <- byte length of message
+//     0a 00 00 00 01                     <- array, 1 item
 //        00 41 70 43 ac e0 00 00 00
     boost::shared_ptr<Buffer> buf1(new Buffer("00 00 00 00 00 03 00 06 67 65 
74 77 61 79 00 04 2f 32 32 39 00 00 00 0e 0a 00 00 00 01 00 41 70 43 87 20 00 
00 00 00 06 67 65 74 77 61 79 00 04 2f 32 33 30 00 00 00 0e 0a 00 00 00 01 00 
41 70 43 ba 00 00 00 00 00 06 67 65 74 77 61 79 00 04 2f 32 33 31 00 00 00 0e 
0a 00 00 00 01 00 41 70 43 ac e0 00 00 00"));
     double num = *(reinterpret_cast<double *>(buf1->reference()));


reply via email to

[Prev in Thread] Current Thread [Next in Thread]