diff options
Diffstat (limited to '')
-rw-r--r-- | src/unit/queuebuf.unit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit/queuebuf.unit b/src/unit/queuebuf.unit index b628893..6942852 100644 --- a/src/unit/queuebuf.unit +++ b/src/unit/queuebuf.unit | |||
@@ -42,7 +42,7 @@ suite QueueBuf | |||
42 | 42 | ||
43 | test testAmounts | 43 | test testAmounts |
44 | { | 44 | { |
45 | srandom(time(NULL)); | 45 | srandom(12345); |
46 | Bu::QueueBuf qb; | 46 | Bu::QueueBuf qb; |
47 | Bu::String sTmp; | 47 | Bu::String sTmp; |
48 | char buf[4096]; | 48 | char buf[4096]; |