forked from mirror/go-sqlcipher
handle new error message
This commit is contained in:
parent
e5a5361164
commit
7fbd11b453
|
@ -15,7 +15,7 @@ import (
|
||||||
|
|
||||||
func TestSimpleError(t *testing.T) {
|
func TestSimpleError(t *testing.T) {
|
||||||
e := ErrError.Error()
|
e := ErrError.Error()
|
||||||
if e != "SQL logic error or missing database" {
|
if e != "SQL logic error or missing database" && e != "SQL error or missing database" {
|
||||||
t.Error("wrong error code:" + e)
|
t.Error("wrong error code:" + e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue