about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorDimid Duchovny <dimidd@gmail.com>2018-01-24 22:31:33 +0200
committerDimid Duchovny <dimidd@gmail.com>2018-01-24 22:31:33 +0200
commitaca7c9a93eb77c32ef112c193169a4618d425432 (patch)
tree58ef9df26084cafa4f15aeacea86ba65853baf55
parent3e38a4910e7a3c17c07f47c4f1b9d556a4a951fd (diff)
downloadmsgthr-aca7c9a93eb77c32ef112c193169a4618d425432.tar.gz
Signed-off-by: Dimid Duchovny <dimidd@gmail.com>
-rw-r--r--test/test_msgthr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_msgthr.rb b/test/test_msgthr.rb
index 62b92d9..ee04d54 100644
--- a/test/test_msgthr.rb
+++ b/test/test_msgthr.rb
@@ -106,7 +106,7 @@ EOF
   def test_add_child_callback
     thr = Msgthr.new
     threads = {}
-    [1, 1.1, 1.2, 2, 2.1, 2.11].each{ |id| threads[id] = [id]}
+    [1, 11, 12, 2, 21, 211].each{ |id| threads[id] = [id]}
     my_add = lambda do |id, refs, msg|
       thr.add(id, refs, msg) do |parent, child|
         threads[child.mid] = threads[parent.mid]