winlin

fix rtmp handshake utest bug

@@ -109,8 +109,8 @@ VOID TEST(HandshakeTest, VerifyFPC0C1) @@ -109,8 +109,8 @@ VOID TEST(HandshakeTest, VerifyFPC0C1)
109 109
110 // the schema of data must be schema0: key-digest. 110 // the schema of data must be schema0: key-digest.
111 ASSERT_EQ(ERROR_SUCCESS, c1.parse(c0c1 + 1, srs_schema0)); 111 ASSERT_EQ(ERROR_SUCCESS, c1.parse(c0c1 + 1, srs_schema0));
112 - EXPECT_EQ((int32_t)0xd0640f00, c1.time);  
113 - EXPECT_EQ((int32_t)0x2070080, c1.version); 112 + EXPECT_EQ((int32_t)0x000f64d0, c1.time);
  113 + EXPECT_EQ((int32_t)0x80000702, c1.version);
114 114
115 // manually validate the c1 115 // manually validate the c1
116 // @see: calc_c1_digest 116 // @see: calc_c1_digest