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

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

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_manual() {
7 test_start "$FUNCNAME: generic manual - $XDGUTIL"
8 test_purpose "Ensure that $XDGUTIL exits with an error and usage message when ca lled without required arguments."
9
10 # Dependencies section
11 test_init
12
13 assert_util_var
14 set_no_display
15
16 # Test steps section
17 test_procedure
18
19 assert_exit 0 "$XDGUTIL" "--manual"
20 assert_stdout
21 assert_nostderr
22
23 test_result
24 }
25 GENERIC_TEST="generic_manual"
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/generic/t.help ('k') | third_party/xdg-utils/tests/generic/t.no_arg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698