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

Side by Side Diff: third_party/xdg-utils/tests/xdg-desktop-menu/t.01-menu_user_forceupdate

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 ## Include utility functions.
4 . "$XDG_TEST_DIR/include/testassertions.sh"
5 . "$XDG_TEST_DIR/include/testcontrol.sh"
6
7 ## test function
8 test_menu_user_forceupdate() {
9 test_start "$FUNCNAME: verify forceupdate doesn't error for --mode user"
10
11 test_init
12
13 set_no_display
14
15 test_procedure
16
17 assert_exit 0 xdg-desktop-menu forceupdate --mode user
18 assert_nostdout
19 assert_nostderr
20
21 test_result
22 }
23
24 run_test test_menu_user_forceupdate
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698