add unit test for TextFileReader class
This commit is contained in:
@ -105,8 +105,8 @@ protected:
|
||||
"# comments only\n five\n#END\n",
|
||||
fp);
|
||||
fclose(fp);
|
||||
fp = fopen("test_variable.atomfile", "w");
|
||||
|
||||
fp = fopen("test_variable.atomfile", "w");
|
||||
fputs("# test file for atomfile style variable\n\n"
|
||||
"4 # four lines\n4 0.5 #with comment\n"
|
||||
"2 -0.5 \n3 1.5\n1 -1.5\n\n"
|
||||
|
||||
Reference in New Issue
Block a user