Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1440)

Unified Diff: tests/vfs/lvm_file_entry.py

Issue 320710043: [dfvfs] Changes to replace stat with attributes #52 (Closed)
Patch Set: Changes after merge and review Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/vfs/lvm_file_entry.py
diff --git a/tests/vfs/lvm_file_entry.py b/tests/vfs/lvm_file_entry.py
index 56ec17144cef652ce5b4c91a32a1250e06e147e0..6226c561f8fc08c39dfd4abea8dd19c919722836 100644
--- a/tests/vfs/lvm_file_entry.py
+++ b/tests/vfs/lvm_file_entry.py
@@ -79,7 +79,8 @@ class LVMFileEntryTest(shared_test_lib.BaseTestCase):
def testIntialize(self):
"""Test the __init__ function."""
file_entry = lvm_file_entry.LVMFileEntry(
- self._resolver_context, self._file_system, self._lvm_path_spec)
+ self._resolver_context, self._file_system, self._lvm_path_spec,
+ is_virtual=True)
self.assertIsNotNone(file_entry)

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b