mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
Integration of ft into a working system.
* Made ftTransferModule compile. * bugfixes to make ftserver1test work. * New P3Pipe / P3Hub ... * Added Test Notes. * First functions added to ftcontroller * added isOnline to p3ConnectMgr. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@698 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c4a3792500
commit
eb8dacc798
15 changed files with 647 additions and 143 deletions
38
libretroshare/src/ft/TestNotes.txt
Normal file
38
libretroshare/src/ft/TestNotes.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
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.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue