Lines Matching refs:rep2
79 rep2 := c.client.pollBug()
80 c.expectEQ(rep2.Title, "title1 (2)")
84 c.client.updateBug(rep2.ID, dashapi.BugStatusUpstream, "")
144 rep2 := c.client.pollBug()
145 c.expectEQ(rep2.Title, "title1 (2)")
275 rep2 := c.client.pollBug()
276 c.expectEQ(rep2.Title, "title1 (2)")
361 rep2 := c.client.pollBug()
362 c.expectEQ(rep2.Title, "title1 (2)")
411 rep2 := c.client.pollBug()
412 c.expectEQ(rep2.Title, "title1 (2)")
430 rep2 := c.client.pollBug()
433 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
436 build.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep2.ID}}
463 rep2 := c.client.pollBug()
466 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
469 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep2.ID}}
480 c.client.updateBug(rep2.ID, dashapi.BugStatusOpen, "")
494 c.expectEQ(rep4.Title, rep2.Title+" (2)")
514 rep2 := c.client.pollBug()
517 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
521 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep1.ID}, {"fix commit 2", rep2.ID}}