Sunday, February 5, 2012

What I am testing

main(){
  char * buff;
  test_counter=0;
 buff = Sqlson_to_Bson(operator_list);
 Bson_to_Sqlson(operator_list,buff);
buff = Sqlson_to_Bson(operator_list);
}

Back and forth between Bson and Sqlson in the tester. Knowing I can do this means even if I am not quite right, means I have a simple tool to test corrections and fixes, off line. So I get the basics running in the component tester, then I can start running the entire system, as long as its consistent.

No comments: