| Index: mojo/tools/data/apptests
|
| diff --git a/mojo/tools/data/apptests b/mojo/tools/data/apptests
|
| index e5616bfac6605c5546ca09fe92533711ac3eab54..38ee89f505fdb3f76e02e07f67e3263da8e5d236 100644
|
| --- a/mojo/tools/data/apptests
|
| +++ b/mojo/tools/data/apptests
|
| @@ -47,7 +47,7 @@ tests = [
|
| "test": "mojo:http_server_apptests",
|
| },
|
| {
|
| - "test": "mojo:network_service_apptests",
|
| + "test": "mojo:mojio_apptests",
|
| },
|
| {
|
| "test": "mojo:mojo_view_manager_client_apptests",
|
| @@ -59,6 +59,9 @@ tests = [
|
| "shell-args": ["--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
|
| },
|
| {
|
| + "test": "mojo:network_service_apptests",
|
| + },
|
| + {
|
| "test": "mojo:window_manager_apptests",
|
| },
|
| {
|
| @@ -77,10 +80,6 @@ if config.target_os == config.OS_LINUX:
|
| "--url-mappings=mojo:example_service=mojo:python_example_service"
|
| ],
|
| },
|
| - # TODO(vtl): See TODO in //services/files/c/BUILD.gn.
|
| - {
|
| - "test": "mojo:mojio_apptests",
|
| - },
|
| {
|
| "test": "mojo:mojo_url_redirector_apptests",
|
| "test-args": ["--redirector_port=49152",
|
|
|