Unit tests now compile and run at all platforms.

Cosmetic changes to mocks.h.

Review URL: http://webrtc-codereview.appspot.com/253003

git-svn-id: http://webrtc.googlecode.com/svn/trunk@871 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2011-11-02 16:34:52 +00:00
parent 87c50f02c6
commit d292b9c9da
8 changed files with 107 additions and 72 deletions

View File

@ -44,7 +44,7 @@ class PacketRelatedTest: public testing::Test {
}
void SetUp() {
// Initialize the random generator with 0 to get determenistic behaviour
// Initialize the random generator with 0 to get deterministic behavior
srand(0);
}