| 33 | } |
| 34 | |
| 35 | void closedb() { |
| 36 | |
| 37 | delete pTestView; |
| 38 | pTestView = NULL; |
| 39 | delete pTestDB; |
| 40 | pTestDB = NULL; |
| 41 | |
| 42 | const boost::filesystem::path p=GetDataDir() / "blocks" / "testdb"; |
| 43 | boost::filesystem::remove_all(p); |
| 44 | |
| 45 | } |
| 46 | void testscriptdb() { |
| 47 | vector<unsigned char> vScriptId = {0x01,0x00,0x00,0x00,0x01,0x00}; |
| 48 | vector<unsigned char> vScriptId1 = {0x01,0x00,0x00,0x00,0x02,0x00}; |
no outgoing calls
no test coverage detected