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

Unified Diff: tests/standalone_2/io/addlatexhash_test.dart

Issue 2984363004: Migrate first block of tests in standalone to standalone_2 (Closed)
Patch Set: Remove Expect.throws Created 3 years, 5 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_2/int_list_test.dart ('k') | tests/standalone_2/io/addlatexhash_test_src.tex » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone_2/io/addlatexhash_test.dart
diff --git a/tests/standalone/io/addlatexhash_test.dart b/tests/standalone_2/io/addlatexhash_test.dart
similarity index 98%
rename from tests/standalone/io/addlatexhash_test.dart
rename to tests/standalone_2/io/addlatexhash_test.dart
index 46f8dbcc48f8dc17fc163669f9668c7e0ed73387..a748de2010dffa4ac6a19ef0b846de57c593d95c 100755
--- a/tests/standalone/io/addlatexhash_test.dart
+++ b/tests/standalone_2/io/addlatexhash_test.dart
@@ -73,7 +73,8 @@ testSameHash(String tmpDirPath) {
// file names/paths for file containing groups of 8 variants of a paragraph
const par8timesName = "addlatexhash_test_src";
const par8timesFileName = "$par8timesName.tex";
- final par8timesDirPath = path.join(dartRootDir, "tests", "standalone", "io");
+ final par8timesDirPath =
+ path.join(dartRootDir, "tests", "standalone_2", "io");
final par8timesPath = path.join(par8timesDirPath, par8timesFileName);
final tmpPar8timesPath = path.join(tmpDirPath, par8timesFileName);
« no previous file with comments | « tests/standalone_2/int_list_test.dart ('k') | tests/standalone_2/io/addlatexhash_test_src.tex » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698