init version of itest-cases-gbs
[tools/itest-cases-gbs.git] / cases / changelog / test_changelog_all.case
1 <testcase>
2   <summary>create a changelog file</summary>
3   <tracking>
4     <ticket>20</ticket>
5   </tracking>
6   <fixtures>
7     <copy src="tools/create_proj" />
8     <copy src="specs/fake.spec" />
9   </fixtures>
10   <steps><![CDATA[
11 ./create_proj fake.spec
12
13 cd fake
14
15 export EDITOR=touch
16
17 date >>README
18
19 git commit -am "Change README for test"
20
21 #Create changelog since the oldest commit
22 gbs changelog --all
23
24 ls packaging/*.changes
25
26 cat packaging/*.changes
27 ]]></steps>
28 </testcase>