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

Side by Side Diff: third_party/xdg-utils/tests/xdg-open/t.02-open_dir

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_open_dir() {
9 test_start "$FUNCNAME: verify basic directory open test."
10
11 test_init
12
13 require_notroot
14
15 ## Require a running X server
16 assert_display
17
18 test_procedure
19
20 assert_exit 0 xdg-open "$XDG_TEST_DIR"
21 assert_nostdout
22 assert_nostderr
23
24 assert_interactive "Did a file browser open to $XDG_TEST_DIR?" y
25 assert_interactive "Please close any windows opened by this test." C
26
27 test_result
28 }
29
30 run_test test_open_dir
OLDNEW
« no previous file with comments | « third_party/xdg-utils/tests/xdg-open/t.01-open_basic ('k') | third_party/xdg-utils/tests/xdg-open/t.03-open_url » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698