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

Unified Diff: tests/standalone/io/link_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/link_async_test.dart ('k') | tests/standalone/io/process_non_ascii_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/link_test.dart
diff --git a/tests/standalone/io/link_test.dart b/tests/standalone/io/link_test.dart
index ff9f70f7493c4e705cb57428ec87a43b3f03766e..279c0c81103537dd6a9120b801e865ff52da7f60 100644
--- a/tests/standalone/io/link_test.dart
+++ b/tests/standalone/io/link_test.dart
@@ -73,7 +73,7 @@ testCreateSync() {
Expect.isTrue(FileSystemEntity.identicalSync(target, target));
Expect.isTrue(FileSystemEntity.identicalSync(target,
new Link(link).targetSync()));
- String absolutePath = new File(".").fullPathSync();
+ String absolutePath = new File(".").resolveSymbolicLinksSync();
Expect.isTrue(FileSystemEntity.identicalSync(".", absolutePath));
String createdFile = join(base, 'target', 'createdFile');
« no previous file with comments | « tests/standalone/io/link_async_test.dart ('k') | tests/standalone/io/process_non_ascii_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698