Skip to content

Commit 7f03b9e

Browse files
Upgrade to test package version 0.12.30+4 (flutter#14853)
30+4 has made some changes to the remoting protocol that are incompatbile with a test harness running 30+3 (e.g. adding a type='initial' field to the first message)
1 parent 1f6b947 commit 7f03b9e

File tree

27 files changed

+27
-27
lines changed

27 files changed

+27
-27
lines changed

dev/automated_tests/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies:
4848
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
4949
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5050
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
51-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
51+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5252
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
5353
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
5454
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/benchmarks/complex_layout/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev_dependencies:
6363
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
6464
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
6565
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
66-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
66+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
6767
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
6868
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
6969
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/benchmarks/microbenchmarks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies:
5555
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
5656
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5757
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
58-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
58+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5959
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
6060
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
6161
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/bots/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
platform: 2.1.2
99

1010
dev_dependencies:
11-
test: 0.12.30+3
11+
test: 0.12.30+4
1212
mockito: 2.2.3
1313

1414
async: 2.0.4 # TRANSITIVE DEPENDENCY

dev/devicelab/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919

2020
dev_dependencies:
2121
# See packages/flutter_test/pubspec.yaml for why we're pinning this version.
22-
test: 0.12.30+3
22+
test: 0.12.30+4
2323

2424
archive: 1.0.33 # TRANSITIVE DEPENDENCY
2525
async: 2.0.4 # TRANSITIVE DEPENDENCY

dev/integration_tests/channels/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
5454
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5555
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
56-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
56+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5757
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
5858
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
5959
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/integration_tests/external_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
5454
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5555
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
56-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
56+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5757
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
5858
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
5959
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/integration_tests/flavors/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
5454
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5555
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
56-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
56+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5757
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
5858
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
5959
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/integration_tests/platform_interaction/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
stream_channel: 1.6.3 # TRANSITIVE DEPENDENCY
5454
string_scanner: 1.0.2 # TRANSITIVE DEPENDENCY
5555
term_glyph: 1.0.0 # TRANSITIVE DEPENDENCY
56-
test: 0.12.30+3 # TRANSITIVE DEPENDENCY
56+
test: 0.12.30+4 # TRANSITIVE DEPENDENCY
5757
typed_data: 1.1.5 # TRANSITIVE DEPENDENCY
5858
utf: 0.9.0+4 # TRANSITIVE DEPENDENCY
5959
vector_math: 2.0.5 # TRANSITIVE DEPENDENCY

dev/integration_tests/ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
dev_dependencies:
1212
flutter_test:
1313
sdk: flutter
14-
test: 0.12.30+3
14+
test: 0.12.30+4
1515

1616
archive: 1.0.33 # TRANSITIVE DEPENDENCY
1717
args: 1.3.0 # TRANSITIVE DEPENDENCY

0 commit comments

Comments
 (0)