Commit ce8e59c9 authored by Casualet's avatar Casualet

field match five

parent 0a1adcca
......@@ -1026,7 +1026,12 @@ static bool cmp(rawReturnValue &resraw){
return false;
}
for(unsigned int i=0u;i<resraw.rowValues.size();i++){
cout<<resraw.rowValues[i][2].size()<< "::" <<resraw.rowValues[i][2]<<endl;
//cout<<resraw.rowValues[i][2].size()<< "::" <<resraw.rowValues[i][2]<<endl;
if(resraw.rowValues[i]==res_field[i]){
cout<<"field_match"<<endl;
}else{
cout<<"field_mismatch"<<endl;
}
}
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment