Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: tests/standalone/io/link_async_test.dart

Issue 50413005: Reapply "Remove @deprecated features." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/standalone/io/file_test.dart ('k') | tests/standalone/io/link_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/link_async_test.dart
diff --git a/tests/standalone/io/link_async_test.dart b/tests/standalone/io/link_async_test.dart
index bfcfd4aafa98921cac8d550463a0328b3b75e0e1..9968c66cfcc2c38bd9a473df91733d7014e7efb9 100644
--- a/tests/standalone/io/link_async_test.dart
+++ b/tests/standalone/io/link_async_test.dart
@@ -104,7 +104,7 @@ Future testCreate() {
.then((linkTarget) => FutureExpect.isTrue(FileSystemEntity.identical(
target,
linkTarget)))
- .then((_) => new File(".").fullPath())
+ .then((_) => new File(".").resolveSymbolicLinks())
.then((fullCurrentDir) => FutureExpect.isTrue(FileSystemEntity.identical(
".",
fullCurrentDir)))
« no previous file with comments | « tests/standalone/io/file_test.dart ('k') | tests/standalone/io/link_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698