diff options
author | Mike Buland <eichlan@xagasoft.com> | 2023-08-04 13:23:44 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2023-08-04 13:23:44 -0700 |
commit | 99095773aa31bf8eb283d6f6319a29c71e51ca9c (patch) | |
tree | 9727523e7d3a035cb4e8e6c1d9eacbe49c766397 /src/unit/queuebuf.unit | |
parent | 311d146e2d921bed4ae9d3b19203e935358b30ba (diff) | |
download | libbu++-99095773aa31bf8eb283d6f6319a29c71e51ca9c.tar.gz libbu++-99095773aa31bf8eb283d6f6319a29c71e51ca9c.tar.bz2 libbu++-99095773aa31bf8eb283d6f6319a29c71e51ca9c.tar.xz libbu++-99095773aa31bf8eb283d6f6319a29c71e51ca9c.zip |
Woo! Unit Tests! Found some bugs!
Diffstat (limited to 'src/unit/queuebuf.unit')
-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 559fdaa..b628893 100644 --- a/src/unit/queuebuf.unit +++ b/src/unit/queuebuf.unit | |||
@@ -76,7 +76,7 @@ suite QueueBuf | |||
76 | 76 | ||
77 | test testRandomData | 77 | test testRandomData |
78 | { | 78 | { |
79 | srandom(time(NULL)); | 79 | srandom(1234); |
80 | Bu::QueueBuf qb; | 80 | Bu::QueueBuf qb; |
81 | Bu::String sTmp; | 81 | Bu::String sTmp; |
82 | Bu::String sTmp2; | 82 | Bu::String sTmp2; |