src/test/kotlin/de/uapcore/lightpit/types/CommitRefTest.kt

changeset 317
c2d7a9079853
parent 288
10324c383126
child 319
900ecf43f791
equal deleted inserted replaced
316:3ddc29ec33cd 317:c2d7a9079853
45 ), 45 ),
46 CommitRef("74d770da3c80c0c3fc1fb7e44fb710d665127dfe", 47, "a change with commitrefs only in body"), 46 CommitRef("74d770da3c80c0c3fc1fb7e44fb710d665127dfe", 47, "a change with commitrefs only in body"),
47 CommitRef("74d770da3c80c0c3fc1fb7e44fb710d665127dfe", 13, "a change with commitrefs only in body"), 47 CommitRef("74d770da3c80c0c3fc1fb7e44fb710d665127dfe", 13, "a change with commitrefs only in body"),
48 CommitRef("9a14e5628bdf2d578f3385d78022ddcaf23d1abb", 47, "add test file - closed #47 and fixed #90"), 48 CommitRef("9a14e5628bdf2d578f3385d78022ddcaf23d1abb", 47, "add test file - closed #47 and fixed #90"),
49 CommitRef("9a14e5628bdf2d578f3385d78022ddcaf23d1abb", 90, "add test file - closed #47 and fixed #90") 49 CommitRef("9a14e5628bdf2d578f3385d78022ddcaf23d1abb", 90, "add test file - closed #47 and fixed #90")
50 ), 50 ).reversed(),
51 parseCommitRefs(""" 51 parseCommitRefs("""
52 ::lpitref:cf9f5982ddeb28c7f695dc547fe73abf5460016f:here we fix #50 52 ::lpitref:cf9f5982ddeb28c7f695dc547fe73abf5460016f:here we fix #50
53 53
54 and close #30 which blocked issue #80 54 and close #30 which blocked issue #80
55 ::lpitref:ed7134e5f4ce278c4f62798fb9f96129be2b132b:commit with a #non-ref, relates to #wrong ref but still closes #1337 55 ::lpitref:ed7134e5f4ce278c4f62798fb9f96129be2b132b:commit with a #non-ref, relates to #wrong ref but still closes #1337

mercurial