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

Unified Diff: chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.html

Issue 441643004: Add unit tests for utility functions of FileOperationManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 4 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: chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html b/chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.html
similarity index 73%
copy from chrome/test/data/file_manager/unit_tests/device_handler_unittest.html
copy to chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.html
index 07c11b8256112322f066171f96f1c03f6a0f77c6..0ba4542d1e6595994bfa3e1909805865820bf745 100644
--- a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.html
+++ b/chrome/test/data/file_manager/unit_tests/file_operation_manager_unittest.html
@@ -9,14 +9,13 @@
<script src="../../../../../ui/webui/resources/js/cr.js"></script>
<script src="../../../../../ui/webui/resources/js/cr/event_target.js"></script>
-<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
-<!-- Need to load async_util.js before device_handler.js -->
-<script src="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script>
-<script src="../../../../../ui/file_manager/file_manager/background/js/device_handler.js"></script>
<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/background/js/file_operation_manager.js"></script>
-<script src="device_handler_unittest.js"></script>
+<script src="mocks/mock_entry.js"></script>
+<script src="file_operation_manager_unittest.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698