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

Unified Diff: tests/service_tests/conformance/java/ConformanceTest.java

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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
Index: tests/service_tests/conformance/java/ConformanceTest.java
diff --git a/tests/service_tests/conformance/java/ConformanceTest.java b/tests/service_tests/conformance/java/ConformanceTest.java
index 3aec9acba8b1e212ede441c2d76dd187677a707f..4a6104b7f71b0127683d90606a0673084ccc6c25 100644
--- a/tests/service_tests/conformance/java/ConformanceTest.java
+++ b/tests/service_tests/conformance/java/ConformanceTest.java
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-import fletch.*;
+import dartino.*;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
@@ -19,13 +19,13 @@ class ConformanceTest {
System.exit(1);
}
- // Load libfletch.so.
- System.loadLibrary("fletch");
+ // Load libdartino.so.
+ System.loadLibrary("dartino");
- // Setup Fletch.
- FletchApi.Setup();
- FletchServiceApi.Setup();
- FletchApi.AddDefaultSharedLibrary("libfletch.so");
+ // Setup Dartino.
+ DartinoApi.Setup();
+ DartinoServiceApi.Setup();
+ DartinoApi.AddDefaultSharedLibrary("libdartino.so");
int port = 0;
try {
« no previous file with comments | « tests/service_tests/conformance/conformance_test_shared.cc ('k') | tests/service_tests/conformance/java/DebugRunner.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698