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

Side by Side Diff: third_party/xdg-utils/tests/debug/t.failoverride

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 . "$XDG_TEST_DIR/include/testcontrol.sh"
5
6 test_verify_failoverride() {
7 test_start "$FUNCNAME: verify it works to change a fail to a warn"
8
9 test_procedure
10
11 test_fail "Manual failure"
12
13 test_failoverride WARN
14 test_result
15 }
16
17 run_test test_verify_failoverride
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/debug/t.extraout ('k') | third_party/xdg-utils/tests/debug/t.interactive » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698