[Retroshare-devel] SF.net SVN: retroshare:[7275] trunk

2014-04-13 Thread chrisparker126
Revision: 7275
  http://sourceforge.net/p/retroshare/code/7275
Author:   chrisparker126
Date: 2014-04-13 21:52:53 + (Sun, 13 Apr 2014)
Log Message:
---
- reviving nxs tests for gtest framework
- removed double update bug thunder found

Modified Paths:
--
trunk/libretroshare/src/services/p3idservice.cc
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxstesthub.cc
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxstesthub.h
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxstestscenario.h
trunk/tests/unittests/libretroshare/gxs/nxs_test/rsgxsnetservice_test.cc

Added Paths:
---
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.cc
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsdummyservices.h
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsgrpsync_test.cc
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsgrpsync_test.h
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsmsgsync_test.cc
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxsmsgsync_test.h

Removed Paths:
-
trunk/tests/unittests/libretroshare/gxs/nxs_test/nxstestscenario.cc

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Retroshare-devel mailing list
Retroshare-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/retroshare-devel


[Retroshare-devel] SF.net SVN: retroshare:[7274] trunk/libretroshare/src

2014-04-13 Thread csoler
Revision: 7274
  http://sourceforge.net/p/retroshare/code/7274
Author:   csoler
Date: 2014-04-13 19:27:50 + (Sun, 13 Apr 2014)
Log Message:
---
improved network simulator, added display for message propagation and selective 
debug output

Modified Paths:
--
trunk/libretroshare/src/grouter/groutermatrix.cc
trunk/libretroshare/src/grouter/groutertypes.h
trunk/libretroshare/src/grouter/p3grouter.cc
trunk/libretroshare/src/grouter/p3grouter.h
trunk/libretroshare/src/tests/network_simulator/gui/NetworkSimulatorGUI.cpp
trunk/libretroshare/src/tests/network_simulator/gui/NetworkViewer.cpp
trunk/libretroshare/src/tests/network_simulator/nscore/PeerNode.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Retroshare-devel mailing list
Retroshare-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/retroshare-devel


[Retroshare-devel] SF.net SVN: retroshare:[7273] trunk/retroshare-gui/src/gui/common/ FriendList.cpp

2014-04-13 Thread thunder2
Revision: 7273
  http://sourceforge.net/p/retroshare/code/7273
Author:   thunder2
Date: 2014-04-13 14:54:49 + (Sun, 13 Apr 2014)
Log Message:
---
Show "Add group" action in context menu of FriendList without groups.

Modified Paths:
--
trunk/retroshare-gui/src/gui/common/FriendList.cpp

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Retroshare-devel mailing list
Retroshare-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/retroshare-devel


[Retroshare-devel] SF.net SVN: retroshare:[7272] trunk/tests/unittests

2014-04-13 Thread drbob7
Revision: 7272
  http://sourceforge.net/p/retroshare/code/7272
Author:   drbob7
Date: 2014-04-13 12:21:51 + (Sun, 13 Apr 2014)
Log Message:
---
Added framework for testing a pair of GXS services.

Modified Paths:
--
trunk/tests/unittests/unittests.pro

Added Paths:
---
trunk/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.cc
trunk/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.h
trunk/tests/unittests/libretroshare/services/gxs/GxsPeerNode.cc
trunk/tests/unittests/libretroshare/services/gxs/GxsPeerNode.h
trunk/tests/unittests/libretroshare/services/gxs/nxspair_tests.cc

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Retroshare-devel mailing list
Retroshare-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/retroshare-devel


[Retroshare-devel] SF.net SVN: retroshare:[7271] trunk/tests/librssimulator

2014-04-13 Thread drbob7
Revision: 7271
  http://sourceforge.net/p/retroshare/code/7271
Author:   drbob7
Date: 2014-04-13 12:13:55 + (Sun, 13 Apr 2014)
Log Message:
---
Add second testing Simulator. 
It has a number of PeerNodes, and captures traffic for examination.

Modified Paths:
--
trunk/tests/librssimulator/librssimulator.pro

Added Paths:
---
trunk/tests/librssimulator/testing/SetFilter.cc
trunk/tests/librssimulator/testing/SetFilter.h
trunk/tests/librssimulator/testing/SetPacket.h
trunk/tests/librssimulator/testing/SetServiceTester.cc
trunk/tests/librssimulator/testing/SetServiceTester.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
___
Retroshare-devel mailing list
Retroshare-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/retroshare-devel