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

Unified Diff: tests/ppapi_file_system/ppapi_file_system.html

Issue 7167018: Migrating test/ppapi_file_system to messaging (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 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/ppapi_file_system/ppapi_file_system.cc ('k') | tests/ppapi_file_system/ppapi_file_system.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ppapi_file_system/ppapi_file_system.html
===================================================================
--- tests/ppapi_file_system/ppapi_file_system.html (revision 5661)
+++ tests/ppapi_file_system/ppapi_file_system.html (working copy)
@@ -6,29 +6,7 @@
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<META HTTP-EQUIV="Expires" CONTENT="-1" />
<script type="text/javascript" src="nacltest.js"></script>
- <script type="application/x-javascript">
- //<![CDATA[
-function setupTests(tester, plugin) {
- tester.addTest('PPB_FileSystem_Dev::Create', function(status) {
- status.assert(plugin.testCreate());
- });
-
- tester.addTest('PPB_FileSystem_Dev::IsFileSystem', function(status) {
- status.assert(plugin.testIsFileSystem());
- });
-
- // TODO(ncbray): Replace with async test harness.
- tester.addTest('PPB_FileSystem_Dev::Open', function(status) {
- status.assert(plugin.testOpen());
- status.waitForCallback('OpenCallback', 4);
- });
-
- tester.addTest('PPB_FileSytem_Dev::GetType', function(status) {
- status.assert(plugin.testGetType());
- });
-} // STOP!!!
- //]]>
- </script>
+ <script type="text/javascript" src="ppapi_file_system.js"></script>
<title>PPAPI PPB_FileSytem_Dev Test</title>
</head>
<body>
« no previous file with comments | « tests/ppapi_file_system/ppapi_file_system.cc ('k') | tests/ppapi_file_system/ppapi_file_system.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698