Browse Source

Added test data for hash-like header metadata

Alois Mahdal 11 years ago
parent
commit
f82b9004a2
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      t/data/strepo/release/rc.stm

+ 4
- 0
t/data/strepo/release/rc.stm View File

@@ -3,6 +3,7 @@ Component: ~
3 3
 Description: Basic release criterion
4 4
 Owner: some.guy@example.com
5 5
 Various ISTQB BS: this; that...
6
+Cartesian: proto=imap; proto=pop3; os=w7a; os=wxx; os=wva; os=w8x; arch=amd64; arch=x86
6 7
 
7 8
 This is the release client protocol.  Here the body starts...
8 9
 
@@ -12,4 +13,7 @@ This is the release client protocol.  Here the body starts...
12 13
 2. Check IMAPIsm        {proto==imap}
13 14
 2. Check POP3ism        {proto==pop3}
14 15
     > result is OK
16
+3. Some XP thing        {os==wxx}
17
+3. Some Win7 thing      {os=~w7*}
18
+4. Some amd64 thing     {arch=amd64}
15 19