Skip to content

Commit 6b2b268

Browse files
committed
test_sqlthread refactoring
1 parent f9ab609 commit 6b2b268

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
INSERT INTO addressbook VALUES ('', '');
2+
3+
INSERT INTO addressbook VALUES ('', '');
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
INSERT INTO inventory VALUES( '', 1, 1, '', 1, '');
2+
3+
INSERT INTO pubkeys VALUES( '', 1, '', 1, '');
4+
5+
INSERT INTO sent VALUES( '', '', '', '', '', '', '', 1, 'doingmsgpow', 1, 1, '', 1);
6+
7+
INSERT INTO sent VALUES( '', '', '', '', '', '', '', 1, 'badkey', 1, 1, '', 1);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
INSERT INTO pubkeys VALUES( x'0001010101010101010101010101010101010101', 3, '', 1, '');

0 commit comments

Comments
 (0)