mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-01 10:48:27 +02:00
This commit is contained in:
+22
-22
@@ -59,13 +59,13 @@ EOF
|
||||
###############################################################################
|
||||
RUNS $jira attach list $issue
|
||||
DIFF <<EOF
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| id | filename | bytes | user | created |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| $(printf %10s $attach1) | README.md | 1239 | gojira | a minute |
|
||||
| $(printf %10s $attach2) | garbage.bin | 1048576 | gojira | a minute |
|
||||
| $(printf %10s $attach3) | foobar.bin | 1048576 | gojira | a minute |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
+-------+-------------+---------+--------+----------+
|
||||
| id | filename | bytes | user | created |
|
||||
+-------+-------------+---------+--------+----------+
|
||||
| $attach1 | README.md | 1239 | gojira | a minute |
|
||||
| $attach2 | garbage.bin | 1048576 | gojira | a minute |
|
||||
| $attach3 | foobar.bin | 1048576 | gojira | a minute |
|
||||
+-------+-------------+---------+--------+----------+
|
||||
EOF
|
||||
|
||||
###############################################################################
|
||||
@@ -146,12 +146,12 @@ EOF
|
||||
|
||||
RUNS $jira attach list $issue
|
||||
DIFF <<EOF
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| id | filename | bytes | user | created |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| $(printf %10s $attach2) | garbage.bin | 1048576 | gojira | a minute |
|
||||
| $(printf %10s $attach3) | foobar.bin | 1048576 | gojira | a minute |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
+-------+-------------+---------+--------+----------+
|
||||
| id | filename | bytes | user | created |
|
||||
+-------+-------------+---------+--------+----------+
|
||||
| $attach2 | garbage.bin | 1048576 | gojira | a minute |
|
||||
| $attach3 | foobar.bin | 1048576 | gojira | a minute |
|
||||
+-------+-------------+---------+--------+----------+
|
||||
EOF
|
||||
|
||||
|
||||
@@ -165,11 +165,11 @@ EOF
|
||||
|
||||
RUNS $jira attach list $issue
|
||||
DIFF <<EOF
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| id | filename | bytes | user | created |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| $(printf %10s $attach3) | foobar.bin | 1048576 | gojira | a minute |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
+-------+------------+---------+--------+----------+
|
||||
| id | filename | bytes | user | created |
|
||||
+-------+------------+---------+--------+----------+
|
||||
| $attach3 | foobar.bin | 1048576 | gojira | a minute |
|
||||
+-------+------------+---------+--------+----------+
|
||||
EOF
|
||||
|
||||
###############################################################################
|
||||
@@ -182,8 +182,8 @@ EOF
|
||||
|
||||
RUNS $jira attach list $issue
|
||||
DIFF <<EOF
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
| id | filename | bytes | user | created |
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
+------------+------------------------------+------------+--------------+--------------+
|
||||
+----+----------+-------+------+---------+
|
||||
| id | filename | bytes | user | created |
|
||||
+----+----------+-------+------+---------+
|
||||
+----+----------+-------+------+---------+
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user