]> git.donarmstrong.com Git - debbugs.git/commitdiff
modify merge tests to test merging blocking bugs
authorDon Armstrong <don@donarmstrong.com>
Mon, 4 Dec 2017 22:07:39 +0000 (14:07 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 4 Dec 2017 22:07:39 +0000 (14:07 -0800)
t/12_merge.t

index e420ae3ac84af39f1dd2d77ba870a7fd3dffe80c..a20b3979364b9d16a4fdcd5c3d35eb9fbd74dbb5 100644 (file)
@@ -164,14 +164,16 @@ EOF
 
 test_control_commands(\%config,
                      forcemerge   => {command => 'forcemerge',
-                                      value   => '1 2',
+                                      value   => "2 3\nseverity 2 minor",
                                       status_key => 'mergedwith',
-                                      status_value => '2',
+                                      status_value => '3',
+                                      bug => 2,
                                      },
                      unmerge      => {command => 'unmerge',
-                                      value   => '1',
+                                      value   => '2',
                                       status_key => 'mergedwith',
                                       status_value => '',
+                                      bug => 2,
                                      },
                      forcemerge   => {command => 'forcemerge',
                                       value   => '1 2 5',