This website requires JavaScript.
Explore
Help
Register
Sign In
Kaladaran
/
briar
Watch
0
Star
0
Fork
0
You've already forked briar
mirror of
https://code.briarproject.org/briar/briar.git
synced
2026-02-14 19:59:05 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f6e5ef415ad583abf905ead8674a8e9bd89dbada
briar
/
test
/
net
/
sf
/
briar
/
db
History
akwizgran
53f02f7a52
Fixed unit tests for database component.
2011-09-16 13:13:27 +01:00
..
BasicH2Test.java
Found the bug, it was just a SQL syntax error.
2011-07-23 11:29:23 +01:00
DatabaseCleanerImplTest.java
Each request packet should contain the unique ID of the offer to which
2011-08-13 17:46:19 +02:00
DatabaseComponentImplTest.java
Use null instead of MessageId.NONE and AuthorId.NONE, as for other
2011-09-13 14:04:23 +01:00
DatabaseComponentTest.java
Fixed unit tests for database component.
2011-09-16 13:13:27 +01:00
H2DatabaseTest.java
Unit tests for private messages.
2011-09-16 13:06:04 +01:00
ReadWriteLockDatabaseComponentTest.java
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
2011-07-13 16:39:31 +01:00
SynchronizedDatabaseComponentTest.java
Rewrote the bundle reading and writing code to eliminate copying. Signatures and digests are now calculated on the fly as the data is read or written. This is a little bit tricky in the case of reading because ReaderImpl uses a lookahead byte, so the signature and message digest need to lag one byte behind.
2011-07-13 16:39:31 +01:00
TestGroup.java
More unit tests.
2011-07-26 17:48:47 +01:00
TestMessage.java
Retrieve messages from the database in raw form to avoid creating unnecessary short-lived objects. Added timestamps to headers.
2011-07-14 12:01:35 +01:00