mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-27 20:04:23 +01:00
sqlite3/tests: Enable all test cases
This commit is contained in:
@@ -91,7 +91,6 @@ fn test_close() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_prepare_misuse() {
|
||||
unsafe {
|
||||
let mut db = ptr::null_mut();
|
||||
@@ -118,7 +117,6 @@ fn test_prepare_misuse() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_wal_checkpoint() {
|
||||
unsafe {
|
||||
// Test with NULL db handle
|
||||
@@ -139,7 +137,6 @@ fn test_wal_checkpoint() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_wal_checkpoint_v2() {
|
||||
unsafe {
|
||||
// Test with NULL db handle
|
||||
|
||||
Reference in New Issue
Block a user