Author: rhs
Date: Tue Jun 12 19:27:42 2012
New Revision: 1349486
URL: http://svn.apache.org/viewvc?rev=1349486&view=rev
Log:
test case that will trigger resize
Modified:
qpid/proton/trunk/proton-c/src/proton.c
Modified: qpid/proton/trunk/proton-c/src/proton.c
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/proton.c?rev=1349486&r1=1349485&r2=1349486&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/proton.c (original)
+++ qpid/proton/trunk/proton-c/src/proton.c Tue Jun 12 19:27:42 2012
@@ -32,6 +32,7 @@
#include <proton/codec.h>
#include <proton/buffer.h>
#include <inttypes.h>
+#include "protocol.h"
int buffer(int argc, char **argv)
{
@@ -70,6 +71,16 @@ int buffer(int argc, char **argv)
} else {
printf("%.*s\n", (int) str.size, str.start);
}
+
+ pn_data_clear(data);
+ pn_data_fill(data, "DL[SIonn?DL[S]?DL[S]nnI]", ATTACH, "asdf", 1, true,
+ true, SOURCE, "queue",
+ true, TARGET, "queue",
+ 0);
+
+ pn_data_print(data); printf("\n");
+
+
pn_data_free(data);
return 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]