Bug 1274484 Removing TestWinTSF.cpp r=masayuki

Since TestWinTSF.cpp isn't available for long time, we should remove it.

Although, we need to create automated tests for native IME handlers, but we should do it in another bug and new frame works should be writable by JS for easier to write tests.
This commit is contained in:
Ou Shinjo 2016-08-31 09:31:51 +09:00
parent 5ffcda17e0
commit 22a583130d
2 changed files with 0 additions and 3200 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,10 +9,6 @@ MOCHITEST_MANIFESTS += ['mochitest.ini']
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
# if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
# if CONFIG['NS_ENABLE_TSF']:
# Test disabled because it uses the internal string APIs incorrectly
# (see bug 582863)
# CPP_UNIT_TESTS += ['TestWinTSF']
#
# Test disabled because it requires the internal API. Re-enabling this test
# is bug 652123.