summaryrefslogtreecommitdiffstats
path: root/test/packaging/msi/file-placement.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/packaging/msi/file-placement.py')
-rw-r--r--test/packaging/msi/file-placement.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packaging/msi/file-placement.py b/test/packaging/msi/file-placement.py
index c2aaf35..2cc9e61 100644
--- a/test/packaging/msi/file-placement.py
+++ b/test/packaging/msi/file-placement.py
@@ -170,3 +170,9 @@ componentrefs = features[2].getElementsByTagName( 'ComponentRef' )
test.fail_test( not componentrefs[0].attributes['Id'].value == 'file3.dll' )
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: