| 904 | } |
| 905 | |
| 906 | void Cnet_toolsDlg::test_report(const char* msg, unsigned nstep) |
| 907 | { |
| 908 | m_wndMeterBar.GetProgressCtrl().SetPos(nstep); |
| 909 | m_wndMeterBar.SetText(msg, 1, 0); |
| 910 | } |
| 911 | |
| 912 | void Cnet_toolsDlg::test_store(const char* dbpath) |
| 913 | { |
no test coverage detected