[parchive2-cvs] library/src/tests/packet test_input_file_slice_checksum_packet.cc,1.16,1.17
Status: Pre-Alpha
Brought to you by:
coppit
|
From: <co...@us...> - 2003-05-07 03:41:59
|
Update of /cvsroot/parchive2/library/src/tests/packet
In directory sc8-pr-cvs1:/tmp/cvs-serv4822/src/tests/packet
Modified Files:
test_input_file_slice_checksum_packet.cc
Log Message:
Fixed a bug in length computation
Index: test_input_file_slice_checksum_packet.cc
===================================================================
RCS file: /cvsroot/parchive2/library/src/tests/packet/test_input_file_slice_checksum_packet.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_input_file_slice_checksum_packet.cc 7 May 2003 03:23:00 -0000 1.16
--- test_input_file_slice_checksum_packet.cc 7 May 2003 03:41:56 -0000 1.17
***************
*** 248,254 ****
md5 expected_packet_hash;
! //expected_packet_hash.Set_MD5_Hex("11108ab5a6007164D110626bbcc5888D");
! expected_packet_hash.Set_MD5_Hex("77982fb0e971d3ec99fa7bb5bb14e8f2");
!
compare(ifscp1.Get_Packet_Hash(),expected_packet_hash);
--- 248,253 ----
md5 expected_packet_hash;
! expected_packet_hash.Set_MD5_Hex("2830ec8725d1094a2e90be5c8b4b4449");
!
compare(ifscp1.Get_Packet_Hash(),expected_packet_hash);
|