Use original protostr for unittest of trainer_config_helper
Created by: emailweixu
Currently, the unittest at python/paddle/trainer_config_helper/tests/configs/run_tests.sh compares the generated protostr with the desired protostr using md5sum. The problem is that once something is changed in a PR, it is very hard for the code reviewers to figure out the changes to the original protostr.