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

Unified Diff: third_party/xdg-utils/tests/xdg-email/t.10-email_basic

Issue 151098: Patch from mdm@google.com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/xdg-utils/tests/xdg-email/t.10-email_basic
===================================================================
--- third_party/xdg-utils/tests/xdg-email/t.10-email_basic (revision 0)
+++ third_party/xdg-utils/tests/xdg-email/t.10-email_basic (revision 0)
@@ -0,0 +1,31 @@
+#!/bin/bash
+
+## Include utility functions.
+. "$XDG_TEST_DIR/include/testassertions.sh"
+. "$XDG_TEST_DIR/include/testcontrol.sh"
+
+## Test function
+test_email_basic() {
+test_start "$FUNCNAME: verify basic email compose"
+
+ADDR="$XDG_TEST_SHORTID@portland.freedesktop.org"
+
+test_init
+
+require_notroot
+## Require a running X server
+assert_display
+
+test_procedure
+
+assert_exit 0 xdg-email "$PRE$ADDR"
+assert_nostdout
+assert_nostderr
+
+assert_interactive "Did a new email open to '$ADDR' with only the to: field complete?" y
+assert_interactive "Please close any email windows opened by the test." C
+
+test_result
+}
+
+repeat_test test_email_basic 1 PRE "" "mailto:"
Property changes on: third_party/xdg-utils/tests/xdg-email/t.10-email_basic
___________________________________________________________________
Name: svn:executable
+ *
« no previous file with comments | « third_party/xdg-utils/tests/xdg-email/t.00-apply_generic ('k') | third_party/xdg-utils/tests/xdg-email/t.12-email_cc_args » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698