Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: third_party/xdg-utils/tests/generic/t.version

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Name: svn:executable
+ *
OLDNEW
(Empty)
1 #!/bin/bash
2
3 . "$XDG_TEST_DIR/include/testassertions.sh"
4
5
6 generic_version() {
7 test_start "$FUNCNAME: generic version arg - $XDGUTIL"
8
9 test_purpose "Ensure that $XDGUTIL prints the version information and exists wit h code 0."
10
11 # Dependencies section
12 test_init
13
14 assert_util_var
15 set_no_display
16
17 # Test steps section
18 test_procedure
19
20 assert_exit 0 "$XDGUTIL" "--version"
21 assert_stdout
22 assert_nostderr
23
24 test_result
25 }
26 GENERIC_TEST="generic_version"
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/generic/t.no_arg ('k') | third_party/xdg-utils/tests/icons/red-128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698