2007-04-22 16:56:06 -07:00
|
|
|
#
|
|
|
|
# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License. You may obtain a copy of the License at
|
|
|
|
# http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Mozilla.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2007
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
|
|
|
# Justin Dolske <dolske@mozilla.com>
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
# of those above. If you wish to allow use of your version of this file only
|
|
|
|
# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
# decision by deleting the provisions above and replace them with the notice
|
|
|
|
# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
# the provisions above, a recipient may use your version of this file under
|
|
|
|
# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
#
|
|
|
|
# ***** END LICENSE BLOCK *****
|
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
relativesrcdir = toolkit/components/passwordmgr/test
|
|
|
|
|
2010-09-29 18:30:54 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
2007-04-22 16:56:06 -07:00
|
|
|
|
2010-06-09 16:29:44 -07:00
|
|
|
ifneq (mobile,$(MOZ_BUILD_APP))
|
2009-04-22 22:57:10 -07:00
|
|
|
DIRS = \
|
|
|
|
browser \
|
|
|
|
$(NULL)
|
2010-05-27 13:01:37 -07:00
|
|
|
endif
|
2009-04-22 22:57:10 -07:00
|
|
|
|
2007-04-22 16:56:06 -07:00
|
|
|
# Module name for xpcshell tests.
|
|
|
|
MODULE = test_passwordmgr
|
|
|
|
|
2008-03-16 21:54:16 -07:00
|
|
|
# Mochitest tests
|
2007-04-22 16:56:06 -07:00
|
|
|
MOCHI_TESTS = \
|
|
|
|
test_basic_form.html \
|
2008-06-16 12:25:27 -07:00
|
|
|
test_basic_form_2.html \
|
2007-04-22 16:56:06 -07:00
|
|
|
test_basic_form_0pw.html \
|
|
|
|
test_basic_form_1pw.html \
|
2008-09-04 13:08:57 -07:00
|
|
|
test_basic_form_1pw_2.html \
|
2007-04-22 16:56:06 -07:00
|
|
|
test_basic_form_2pw_1.html \
|
|
|
|
test_basic_form_2pw_2.html \
|
|
|
|
test_basic_form_3pw_1.html \
|
2007-08-23 12:07:20 -07:00
|
|
|
test_basic_form_autocomplete.html \
|
2008-06-26 18:04:49 -07:00
|
|
|
test_basic_form_observer_autofillForms.html \
|
|
|
|
test_basic_form_observer_autocomplete.html \
|
2009-05-20 20:22:35 -07:00
|
|
|
test_basic_form_observer_foundLogins.html \
|
2007-09-20 18:52:44 -07:00
|
|
|
test_basic_form_pwonly.html \
|
2007-04-22 16:56:06 -07:00
|
|
|
test_bug_227640.html \
|
|
|
|
test_bug_242956.html \
|
|
|
|
test_bug_360493_1.html \
|
|
|
|
test_bug_360493_2.html \
|
2007-09-05 18:26:15 -07:00
|
|
|
test_bug_391514.html \
|
2008-04-10 16:38:45 -07:00
|
|
|
test_bug_427033.html \
|
2008-12-07 23:38:48 -08:00
|
|
|
test_bug_444968.html \
|
2010-08-02 16:02:20 -07:00
|
|
|
test_master_password.html \
|
|
|
|
test_master_password_cleanup.html \
|
2009-07-20 11:29:41 -07:00
|
|
|
test_prompt_async.html \
|
2008-03-18 11:18:29 -07:00
|
|
|
test_xhr.html \
|
|
|
|
test_xml_load.html \
|
2008-01-29 17:34:36 -08:00
|
|
|
test_zzz_finish.html \
|
2007-04-22 16:56:06 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2008-03-16 21:54:16 -07:00
|
|
|
MOCHI_CONTENT = \
|
|
|
|
pwmgr_common.js \
|
2008-03-18 11:18:29 -07:00
|
|
|
prompt_common.js \
|
2008-10-12 20:05:11 -07:00
|
|
|
notification_common.js \
|
2008-03-16 21:54:16 -07:00
|
|
|
authenticate.sjs \
|
2008-07-12 21:42:30 -07:00
|
|
|
formsubmit.sjs \
|
2008-10-20 15:28:43 -07:00
|
|
|
subtst_privbrowsing_1.html \
|
|
|
|
subtst_privbrowsing_2.html \
|
|
|
|
subtst_privbrowsing_3.html \
|
|
|
|
subtst_privbrowsing_4.html \
|
2010-08-02 16:02:20 -07:00
|
|
|
subtst_master_pass.html \
|
2008-07-12 21:42:30 -07:00
|
|
|
subtst_notifications_1.html \
|
|
|
|
subtst_notifications_2.html \
|
|
|
|
subtst_notifications_3.html \
|
|
|
|
subtst_notifications_4.html \
|
|
|
|
subtst_notifications_5.html \
|
2008-07-13 00:04:30 -07:00
|
|
|
subtst_notifications_6.html \
|
2008-10-30 23:28:39 -07:00
|
|
|
subtst_notifications_7.html \
|
2008-10-12 20:05:11 -07:00
|
|
|
subtst_notifications_8.html \
|
|
|
|
subtst_notifications_9.html \
|
|
|
|
subtst_notifications_10.html \
|
2009-07-20 11:29:41 -07:00
|
|
|
subtst_prompt_async.html \
|
2008-03-16 21:54:16 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2010-09-28 00:46:48 -07:00
|
|
|
# Don't run these tests in suite
|
|
|
|
ifndef MOZ_SUITE
|
|
|
|
MOCHI_TESTS += \
|
|
|
|
test_privbrowsing.html \
|
|
|
|
test_prompt.html \
|
|
|
|
test_notifications.html \
|
|
|
|
$(NULL)
|
|
|
|
else
|
|
|
|
$(warning test_prompt.html is disabled until doorhanger notfications work. Bug 598360)
|
|
|
|
$(warning test_notifications.html is disabled until doorhanger notfications work. Bug 598360)
|
|
|
|
$(warning test_privbrowsing.html is disabled due to doorhangers, Bug 598360, and no privatebrowsing support)
|
|
|
|
endif
|
|
|
|
|
2007-05-16 03:02:45 -07:00
|
|
|
XPCSHELL_TESTS = unit
|
|
|
|
|
2007-04-22 20:27:28 -07:00
|
|
|
# This test doesn't pass because we can't ensure a cross-platform
|
|
|
|
# event that occurs between DOMContentLoaded and Pageload
|
|
|
|
# test_bug_221634.html
|
|
|
|
|
2007-04-22 16:56:06 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2008-03-16 21:54:16 -07:00
|
|
|
libs:: $(MOCHI_TESTS) $(MOCHI_CONTENT)
|
2007-08-05 20:22:32 -07:00
|
|
|
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|