Backed out changeset ae1773250d39

This commit is contained in:
Ehsan Akhgari 2010-06-03 21:26:59 -04:00
Родитель aa582aabee
Коммит 2bdfde3232
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -46,15 +46,8 @@ include $(topsrcdir)/config/rules.mk
_TEST_FILES = \
test_bug471722.html \
$(NULL)
# disables the key handling test on gtk2 because gtk2 overrides some key events
# on our editor, and the combinations depend on the system.
ifneq ($(MOZ_WIDGET_TOOLKIT),gtk2)
_TEST_FILES += \
test_texteditor_keyevent_handling.html \
$(NULL)
endif
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)