Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f41869f6
Commit
f41869f6
authored
Dec 01, 2015
by
Adam Barth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update package:test to the latest version
parent
08dbc7d6
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
9 deletions
+10
-9
pubspec.yaml
packages/cassowary/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-1
remote_test.dart
packages/flutter_tools/lib/src/test/remote_test.dart
+3
-2
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
pubspec.yaml
packages/flx/pubspec.yaml
+1
-1
pubspec.yaml
packages/newton/pubspec.yaml
+1
-1
pubspec.yaml
packages/playfair/pubspec.yaml
+1
-1
No files found.
packages/cassowary/pubspec.yaml
View file @
f41869f6
...
@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary
...
@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary
environment
:
environment
:
sdk
:
'
>=1.0.0
<2.0.0'
sdk
:
'
>=1.0.0
<2.0.0'
dev_dependencies
:
dev_dependencies
:
test
:
0.12.
5+2
test
:
0.12.
6
test_runner
:
'
<=0.2.16'
test_runner
:
'
<=0.2.16'
dart_coveralls
:
'
<=0.3.0'
dart_coveralls
:
'
<=0.3.0'
packages/flutter/pubspec.yaml
View file @
f41869f6
...
@@ -12,7 +12,7 @@ dependencies:
...
@@ -12,7 +12,7 @@ dependencies:
vector_math
:
'
>=1.4.3
<2.0.0'
vector_math
:
'
>=1.4.3
<2.0.0'
# To pin the transitive dependency through mojo_sdk.
# To pin the transitive dependency through mojo_sdk.
test
:
0.12.
5+2
test
:
0.12.
6
cassowary
:
cassowary
:
path
:
../cassowary
path
:
../cassowary
...
...
packages/flutter_test/pubspec.yaml
View file @
f41869f6
name
:
flutter_test
name
:
flutter_test
dependencies
:
dependencies
:
test
:
0.12.
5+2
test
:
0.12.
6
quiver
:
^0.21.4
quiver
:
^0.21.4
flutter
:
flutter
:
path
:
../flutter
path
:
../flutter
...
...
packages/flutter_tools/lib/src/test/remote_test.dart
View file @
f41869f6
...
@@ -9,6 +9,7 @@ import 'package:test/src/backend/live_test.dart';
...
@@ -9,6 +9,7 @@ import 'package:test/src/backend/live_test.dart';
import
'package:test/src/backend/live_test_controller.dart'
;
import
'package:test/src/backend/live_test_controller.dart'
;
import
'package:test/src/backend/metadata.dart'
;
import
'package:test/src/backend/metadata.dart'
;
import
'package:test/src/backend/operating_system.dart'
;
import
'package:test/src/backend/operating_system.dart'
;
import
'package:test/src/backend/group.dart'
;
import
'package:test/src/backend/state.dart'
;
import
'package:test/src/backend/state.dart'
;
import
'package:test/src/backend/suite.dart'
;
import
'package:test/src/backend/suite.dart'
;
import
'package:test/src/backend/test.dart'
;
import
'package:test/src/backend/test.dart'
;
...
@@ -25,7 +26,7 @@ class RemoteTest extends Test {
...
@@ -25,7 +26,7 @@ class RemoteTest extends Test {
final
JSONSocket
_socket
;
final
JSONSocket
_socket
;
final
int
_index
;
final
int
_index
;
LiveTest
load
(
Suite
suite
)
{
LiveTest
load
(
Suite
suite
,
{
Iterable
<
Group
>
groups
}
)
{
LiveTestController
controller
;
LiveTestController
controller
;
StreamSubscription
subscription
;
StreamSubscription
subscription
;
...
@@ -70,7 +71,7 @@ class RemoteTest extends Test {
...
@@ -70,7 +71,7 @@ class RemoteTest extends Test {
subscription
.
cancel
();
subscription
.
cancel
();
subscription
=
null
;
subscription
=
null
;
}
}
});
}
,
groups:
groups
);
return
controller
.
liveTest
;
return
controller
.
liveTest
;
}
}
...
...
packages/flutter_tools/pubspec.yaml
View file @
f41869f6
...
@@ -15,7 +15,7 @@ dependencies:
...
@@ -15,7 +15,7 @@ dependencies:
mustache4dart
:
^1.0.0
mustache4dart
:
^1.0.0
path
:
^1.3.0
path
:
^1.3.0
stack_trace
:
^1.4.0
stack_trace
:
^1.4.0
test
:
0.12.
5+2
test
:
0.12.
6
yaml
:
^2.1.3
yaml
:
^2.1.3
flx
:
flx
:
...
...
packages/flx/pubspec.yaml
View file @
f41869f6
...
@@ -13,4 +13,4 @@ environment:
...
@@ -13,4 +13,4 @@ environment:
sdk
:
'
>=1.12.0
<2.0.0'
sdk
:
'
>=1.12.0
<2.0.0'
dev_dependencies
:
dev_dependencies
:
test
:
0.12.
5+2
test
:
0.12.
6
packages/newton/pubspec.yaml
View file @
f41869f6
...
@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton
...
@@ -6,6 +6,6 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton
environment
:
environment
:
sdk
:
'
>=1.0.0
<2.0.0'
sdk
:
'
>=1.0.0
<2.0.0'
dev_dependencies
:
dev_dependencies
:
test
:
0.12.
5+2
test
:
0.12.
6
test_runner
:
'
<=0.2.16'
test_runner
:
'
<=0.2.16'
dart_coveralls
:
'
<=0.3.0'
dart_coveralls
:
'
<=0.3.0'
packages/playfair/pubspec.yaml
View file @
f41869f6
...
@@ -9,7 +9,7 @@ dependencies:
...
@@ -9,7 +9,7 @@ dependencies:
path
:
../flutter
path
:
../flutter
dev_dependencies
:
dev_dependencies
:
test
:
0.12.
5+2
test
:
0.12.
6
environment
:
environment
:
sdk
:
'
>=1.12.0
<2.0.0'
sdk
:
'
>=1.12.0
<2.0.0'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment