|
1、我新建的数据库检查点代码如下:
#
# Original SQL: select g_clinic_master.register_no,g_clinic_master.registering_date from g_clinic_master where g_clinic_master.registering_date
# >='2006-08-21 00:00:00'
#
db_check("list4.cdl", "dbvf2");
在VERIFY模式下运行时,会提示:
Mismatch detected during database verificaltion of "database Check-msqr2".
You can pause the test and view the test results now or continue runing the test and view them later
在我打开test results,看到其预期结果和实际结果相比较,预期结果总是不能及时更新。(具体数据详见附件)
在update模式下运行通过,但看不过最后相比较的结果。这一个问题已经困绕好久了,始终搞不明白到底是怎么回事,对于数据库检查点越来越迷茫了,期望期到底怎么设?请各位帮帮忙,谢谢! |
|