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

Side by Side Diff: third_party/xdg-utils/tests/xdg-desktop-menu/t.03-menu_system_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_system_forceupdate() {
9 test_start "$FUNCNAME: verify forceupdate doesn't error for --mode system"
10
11 test_init
12
13 set_no_display
14 require_root
15
16 test_procedure
17
18 assert_exit 0 xdg-desktop-menu forceupdate --mode system
19 assert_nostdout
20 assert_nostderr
21
22 test_result
23 }
24
25 run_test test_menu_system_forceupdate
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698