flutter/dev/automated_tests/flutter_test
Ian Hickson 449f4a6673
License update (#45373)
* Update project.pbxproj files to say Flutter rather than Chromium

Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.

* Update the copyright notice checker to require a standard notice on all files

* Update copyrights on Dart files. (This was a mechanical commit.)

* Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.

Some were already marked "The Flutter Authors", not clear why. Their
dates have been normalized. Some were missing the blank line after the
license. Some were randomly different in trivial ways for no apparent
reason (e.g. missing the trailing period).

* Clean up the copyrights in non-Dart files. (Manual edits.)

Also, make sure templates don't have copyrights.

* Fix some more ORGANIZATIONNAMEs
2019-11-27 15:04:02 -08:00
..
child_directory License update (#45373) 2019-11-27 15:04:02 -08:00
exception_handling_expectation.txt roll engine to 82765aa77db9621dfbc50801ee2709aa0a00e04d (#30198) 2019-03-29 12:41:58 -07:00
exception_handling_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
filtering_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
package_assets_expectation.txt Enable widget load assets in its own package in test (#35991) 2019-07-16 09:47:42 -07:00
package_assets_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
print_correct_local_widget_expectation.txt fix flutter error report correct local widget (#41224) 2019-10-13 18:41:22 -07:00
print_correct_local_widget_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
print_user_created_ancestor_expectation.txt fix flutter error report correct local widget (#41224) 2019-10-13 18:41:22 -07:00
print_user_created_ancestor_no_flag_expectation.txt Split Mouse from Listener (#36217) 2019-08-01 11:06:50 -07:00
print_user_created_ancestor_no_flag_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
print_user_created_ancestor_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
README.md Upgrade to the most recent test package. (#11526) 2017-08-04 16:33:38 -07:00
test_async_utils_guarded_expectation.txt Refactor core uses of FlutterError. (#30983) 2019-05-01 11:20:12 -07:00
test_async_utils_guarded_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
test_async_utils_unguarded_expectation.txt Refactor core uses of FlutterError. (#30983) 2019-05-01 11:20:12 -07:00
test_async_utils_unguarded_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
ticker_expectation.txt Remove test group in favour of addTearDown (#17962) 2018-05-28 21:45:56 +01:00
ticker_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
trivial_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
trivial_widget_expectation.txt Be less verbose in the logs. (#17401) 2018-06-04 15:22:19 -07:00
trivial_widget_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00

The files in this directory are used as part of tests in the flutter_tools package. Some are here because here these tests need a pubspec.yaml that references the flutter framework (which is intentionally not true of the flutter_tools package). Others are here mostly out of peer pressure.