gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10041: don't include the server side


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10041: don't include the server side onlyecho tests, they've been moved to the cygnal testsuite.
Date: Wed, 25 Mar 2009 16:34:36 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10041
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2009-03-25 16:34:36 -0600
message:
  don't include the server side onlyecho tests, they've been moved to the 
cygnal testsuite.
modified:
  testsuite/libnet.all/test_http.cpp
=== modified file 'testsuite/libnet.all/test_http.cpp'
--- a/testsuite/libnet.all/test_http.cpp        2009-03-20 00:00:54 +0000
+++ b/testsuite/libnet.all/test_http.cpp        2009-03-25 22:34:36 +0000
@@ -94,7 +94,7 @@
 
     tests();
     test_post();
-    test_rtmpt();
+//    test_rtmpt();
 }
 
 
@@ -662,6 +662,7 @@
         }
     }
 
+#if 0
     // Make sure we can parse the Red5 echo_test client messages.
     boost::shared_ptr<Buffer> hex1(new Buffer("00 00 00 00 00 01 00 04 65 63 
68 6f 00 02 2f 32 00 00 00 14 0a 00 00 00 01 02 00 0c 48 65 6c 6c 6f 20 77 6f 
72 6c 64 21"));
     boost::shared_ptr<Buffer> hex2(new Buffer("00 00 00 00 00 01 00 0b 2f 32 
2f 6f 6e 52 65 73 75 6c 74 00 04 6e 75 6c 6c ff ff ff ff 02 00 0c 48 65 6c 6c 
6f 20 77 6f 72 6c 64 21"));
@@ -687,16 +688,19 @@
         runtest.fail("HTTP::formatEchoResponse()");
     }
 #endif
+#endif
+    
     if (dbglogfile.getVerbosity() > 0) {
         http.dump();
     }
 }
 
+#if 0
 void
 test_rtmpt (void)
 {
     HTTP http;
-    
+
     // Boolean True request
     boost::shared_ptr<Buffer> hex_req1(new Buffer("00 00 00 00 00 01 00 04 65 
63 68 6f 00 02 2f 31 00 00 00 07 0a 00 00 00 01 01 01"));
     vector<boost::shared_ptr<amf::Element> > headers1 = 
http.parseEchoRequest(*hex_req1);
@@ -1961,6 +1965,7 @@
     }
 #endif
 }
+#endif
 
 static void
 usage (void)


reply via email to

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