Changeset - ed56f45984ff
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-24 12:37:51
jkaluza@redhat.com
Fix tests
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/tests/basictest.h
Show inline comments
 
@@ -173,6 +173,10 @@ class TestingStorageBackend : public StorageBackend {
 
			return true;
 
		}
 

	
 
		virtual bool getUsers(std::vector<std::string> &users) {
 
			return true;
 
		}
 

	
 
		virtual long addBuddy(long userId, const BuddyInfo &buddyInfo) {
 
			return buddyid++;
 
		}
0 comments (0 inline, 0 general)