Author: rhuijben
Date: Sat Oct 17 15:33:56 2015
New Revision: 1709188
URL: http://svn.apache.org/viewvc?rev=1709188&view=rev
Log:
* serf-dev/dev/test/test_buckets.c
(test_http2_unframe_buckets): Following up on r1709187, remove another
bad argument.
Modified:
serf/trunk/test/test_buckets.c
Modified: serf/trunk/test/test_buckets.c
URL:
http://svn.apache.org/viewvc/serf/trunk/test/test_buckets.c?rev=1709188&r1=1709187&r2=1709188&view=diff
==============================================================================
--- serf/trunk/test/test_buckets.c (original)
+++ serf/trunk/test/test_buckets.c Sat Oct 17 15:33:56 2015
@@ -1833,7 +1833,7 @@ static void test_http2_unframe_buckets(C
&flags));
CuAssertIntEquals(tc, 6, payload_len);
CuAssertIntEquals(tc, 0x03040506, stream_id);
- CuAssertIntEquals(tc, 0x01, frame_type, );
+ CuAssertIntEquals(tc, 0x01, frame_type);
CuAssertIntEquals(tc, 0x02, flags);
}