mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
7b7446c5b5
* Completed 2 basic tests (ftserver1test & ftserver2test) * Updated test notes. * debugging stderr output. * fixed return code in ftfilesearch.cc * corrected ftcontroller run() to call fttransfermodule::tick() * fixed ONLINE status for OwnId (ftcontroller too) * corrected message sources for test harness. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@705 b45a01b8-16f6-495d-af2f-9b41ad6348cc
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
|
|
Features that need to be tested, and which test checks it.
|
|
-----------------------------------------------------------
|
|
|
|
(*) Transfer Related
|
|
|
|
(*) Search Related
|
|
|
|
(*) ExtraList Related
|
|
|
|
(*) Cache Related
|
|
|
|
(*) Config / Storage.
|
|
Change Config Directory works dynamically. (no restart required).
|
|
|
|
|
|
(*) Miscelleous
|
|
|
|
|
|
|
|
-----------------------------------------------------------
|
|
-----------------------------------------------------------
|
|
Actual Tests, and what they check.
|
|
-----------------------------------------------------------
|
|
|
|
ftserver1test.cc
|
|
==================
|
|
|
|
Used to develop test framework.
|
|
Tests.
|
|
1) Test Framework. OK
|
|
2) File Indexing. OK
|
|
3) Cache Packet Exchange. OK
|
|
4) Cache downloads (including loopback). FAILS
|
|
5) FileIndex Store loading.
|
|
6) Basic Search.
|
|
|
|
ftserver2test.cc
|
|
==================
|
|
|
|
Test out the ExtraList functions.
|
|
Demonstrates the use of libretroshare/src/util/utest.h
|
|
|
|
Tests.
|
|
1) Load ExtraList path OK
|
|
2) Hashing of ExtraList File OK
|
|
3) ExtraHashDone. OK
|
|
4) Local Search for ExtraList Data. OK
|
|
5) Remote Search of ExtraList (should Fail) OK
|
|
6) Transfer of ExtraList File (Local) TODO
|
|
7) Transfer of ExtraList File (Remote) TODO
|
|
|
|
|
|
|