aboutsummaryrefslogtreecommitdiff
path: root/transaction_test.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-30 00:11:46 -0500
committerBen Johnson <benbjohnson@yahoo.com>2014-01-30 00:11:46 -0500
commit149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3 (patch)
tree2616c762651a8e516e348c3741d502a1f68ffd16 /transaction_test.go
parentAdd freelist page type. (diff)
downloaddedo-149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3.tar.gz
dedo-149d48fb9e3e8147cf0bce84a4e11164ac9cdbf3.tar.xz
Fix leaf/branch deserialization.
Diffstat (limited to 'transaction_test.go')
-rw-r--r--transaction_test.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/transaction_test.go b/transaction_test.go
deleted file mode 100644
index e3d2e87..0000000
--- a/transaction_test.go
+++ /dev/null
@@ -1,15 +0,0 @@
-package bolt
-
-import (
- "testing"
-)
-
-// Ensure that a bucket can be created and retrieved.
-func TestTransactionCreateBucket(t *testing.T) {
- t.Skip("pending")
-}
-
-// Ensure that an existing bucket cannot be created.
-func TestTransactionCreateExistingBucket(t *testing.T) {
- t.Skip("pending")
-}