Bug 767894 - Device Storage - Move test from dom/tests/mochitest/devicestorage to dom/devicestorage. rs=bent

--HG--
rename : dom/tests/mochitest/devicestorage/Makefile.in => dom/devicestorage/test/Makefile.in
rename : dom/tests/mochitest/devicestorage/devicestorage_common.js => dom/devicestorage/test/devicestorage_common.js
rename : dom/tests/mochitest/devicestorage/test_basic.html => dom/devicestorage/test/test_basic.html
rename : dom/tests/mochitest/devicestorage/test_dotdot.html => dom/devicestorage/test/test_dotdot.html
rename : dom/tests/mochitest/devicestorage/test_enumerate.html => dom/devicestorage/test/test_enumerate.html
rename : dom/tests/mochitest/devicestorage/test_enumerateMultipleContinue.html => dom/devicestorage/test/test_enumerateMultipleContinue.html
rename : dom/tests/mochitest/devicestorage/test_enumerateNoParam.html => dom/devicestorage/test/test_enumerateNoParam.html
rename : dom/tests/mochitest/devicestorage/test_enumerateOptions.html => dom/devicestorage/test/test_enumerateOptions.html
rename : dom/tests/mochitest/devicestorage/test_lastModificationFilter.html => dom/devicestorage/test/test_lastModificationFilter.html
rename : dom/tests/mochitest/devicestorage/test_overwrite.html => dom/devicestorage/test/test_overwrite.html
rename : dom/tests/mochitest/devicestorage/test_sanity.html => dom/devicestorage/test/test_sanity.html
This commit is contained in:
Doug Turner 2012-06-27 13:47:36 -07:00
Родитель bc260dfa43
Коммит 2055147352
14 изменённых файлов: 12 добавлений и 11 удалений

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

@ -32,6 +32,8 @@ LOCAL_INCLUDES = \
-I$(topsrcdir)/content/events/src \ -I$(topsrcdir)/content/events/src \
$(NULL) $(NULL)
TEST_DIRS += test
include $(topsrcdir)/config/config.mk include $(topsrcdir)/config/config.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -2,11 +2,11 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file, # License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/. # You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = ../../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
relativesrcdir = dom/tests/mochitest/devicestorage relativesrcdir = dom/devicestorage/test/
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk

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

@ -18,7 +18,6 @@ DIRS += \
ajax \ ajax \
bugs \ bugs \
chrome \ chrome \
devicestorage \
general \ general \
whatwg \ whatwg \
geolocation \ geolocation \

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

@ -151,14 +151,14 @@
"dom/tests/mochitest/bugs/test_bug641552.html": "", "dom/tests/mochitest/bugs/test_bug641552.html": "",
"dom/tests/mochitest/bugs/test_resize_move_windows.html": "TIMED_OUT", "dom/tests/mochitest/bugs/test_resize_move_windows.html": "TIMED_OUT",
"dom/tests/mochitest/bugs/test_window_bar.html": "", "dom/tests/mochitest/bugs/test_window_bar.html": "",
"dom/tests/mochitest/devicestorage/test_basic.html": "", "dom/devicestorage/test/test_basic.html": "",
"dom/tests/mochitest/devicestorage/test_dotdot.html": "", "dom/devicestorage/test/test_dotdot.html": "",
"dom/tests/mochitest/devicestorage/test_enumerate.html": "", "dom/devicestorage/test/test_enumerate.html": "",
"dom/tests/mochitest/devicestorage/test_enumerateMultipleContinue.html": "", "dom/devicestorage/test/test_enumerateMultipleContinue.html": "",
"dom/tests/mochitest/devicestorage/test_enumerateOptions.html": "", "dom/devicestorage/test/test_enumerateOptions.html": "",
"dom/tests/mochitest/devicestorage/test_lastModificationFilter.html": "", "dom/devicestorage/test/test_lastModificationFilter.html": "",
"dom/tests/mochitest/devicestorage/test_overwrite.html": "", "dom/devicestorage/test/test_overwrite.html": "",
"dom/tests/mochitest/devicestorage/test_sanity.html": "", "dom/devicestorage/test/test_sanity.html": "",
"dom/tests/mochitest/dom-level2-core/test_documentimportnode03.html": "", "dom/tests/mochitest/dom-level2-core/test_documentimportnode03.html": "",
"dom/tests/mochitest/dom-level2-core/test_documentimportnode04.html": "", "dom/tests/mochitest/dom-level2-core/test_documentimportnode04.html": "",
"dom/tests/mochitest/dom-level2-core/test_documentimportnode21.html": "", "dom/tests/mochitest/dom-level2-core/test_documentimportnode21.html": "",