Skip to content

Commit

Permalink
Merge pull request #92 from donny-dont/test/run
Browse files Browse the repository at this point in the history
Enable pub run test
  • Loading branch information
nex3 authored Jun 23, 2017
2 parents dc9262e + 2841cd7 commit 49d7f4a
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 1,674 deletions.
2 changes: 2 additions & 0 deletions lib/http.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ import 'src/response.dart';
export 'src/base_client.dart';
export 'src/client.dart';
export 'src/exception.dart';
export 'src/handler.dart';
export 'src/io_client.dart';
export 'src/middleware.dart';
export 'src/pipeline.dart';
export 'src/request.dart';
export 'src/response.dart';

Expand Down
2 changes: 1 addition & 1 deletion lib/src/pipeline.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
k// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

Expand Down
35 changes: 0 additions & 35 deletions test/html/client_test.dart

This file was deleted.

36 changes: 0 additions & 36 deletions test/html/streamed_request_test.dart

This file was deleted.

11 changes: 0 additions & 11 deletions test/html/utils.dart

This file was deleted.

98 changes: 0 additions & 98 deletions test/io/client_test.dart

This file was deleted.

Loading

0 comments on commit 49d7f4a

Please sign in to comment.