Bug 967179: Enable b2g tests that do not need to be disabled; r=mdas

This commit is contained in:
David Burns 2014-04-03 22:14:57 +01:00
Родитель 2059b3528f
Коммит 0a09d2bae4
2 изменённых файлов: 3 добавлений и 5 удалений

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

@ -23,7 +23,7 @@ class TestLog(MarionetteTestCase):
self.assertTrue("I am info" in self.marionette.get_logs()[0])
self.marionette.log("I AM ERROR", "ERROR")
self.assertTrue("I AM ERROR" in self.marionette.get_logs()[0])
# Check that is empty if we call it again
self.assertEqual(0, len(self.marionette.get_logs()))

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

@ -48,7 +48,7 @@ qemu = true
b2g = false
[test_navigation.py]
b2g = false
[test_timeouts.py]
@ -77,7 +77,7 @@ browser = false
[test_specialpowers.py]
[test_switch_frame.py]
[test_switch_frame_chrome.py]
b2g = false
[test_switch_remote_frame.py]
[test_visibility.py]
@ -90,9 +90,7 @@ b2g = false
[test_cookies.py]
b2g = false
[test_window_title.py]
b2g = false
[test_window_type.py]
b2g = false
[test_implicit_waits.py]
[test_wait.py]
[test_expected.py]