add null value update record testing

This commit is contained in:
Nash Tsai 2013-12-06 20:13:10 +08:00
parent aae8a6c90e
commit 95eccb04eb
1 changed files with 2 additions and 2 deletions

View File

@ -3116,8 +3116,8 @@ func testAll2(engine *Engine, t *testing.T) {
// !nash! the 3rd set of the test is intended for non-cache enabled engine // !nash! the 3rd set of the test is intended for non-cache enabled engine
func testAll3(engine *Engine, t *testing.T) { func testAll3(engine *Engine, t *testing.T) {
fmt.Println("-------------- processors TX --------------") // fmt.Println("-------------- processors TX --------------")
testProcessorsTx(engine, t) // testProcessorsTx(engine, t)
fmt.Println("-------------- insert pointer data --------------") fmt.Println("-------------- insert pointer data --------------")
testPointerData(engine, t) testPointerData(engine, t)
fmt.Println("-------------- insert null data --------------") fmt.Println("-------------- insert null data --------------")