| Index: samples/tests/samples/src/proxy/MintMakerRpcTest.dart
|
| diff --git a/tests/isolate/src/MintMakerRpcTest.dart b/samples/tests/samples/src/proxy/MintMakerRpcTest.dart
|
| similarity index 99%
|
| rename from tests/isolate/src/MintMakerRpcTest.dart
|
| rename to samples/tests/samples/src/proxy/MintMakerRpcTest.dart
|
| index 1c081b0eec9a9fbbc05ba3bbc385c9246ff8ddfa..7def68264fcde7f215100a1f36b27cae538b4c57 100644
|
| --- a/tests/isolate/src/MintMakerRpcTest.dart
|
| +++ b/samples/tests/samples/src/proxy/MintMakerRpcTest.dart
|
| @@ -2,6 +2,10 @@
|
| // 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.
|
|
|
| +#library("mintmakerrpctest");
|
| +
|
| +#import("../../../../proxy/proxy.dart");
|
| +
|
| /***
|
| * Background:
|
| *
|
|
|