I have added the line
"otl" : "vimoutline", #zpcspm 8/25/08 Vim's outline plugin
to
self.extra_extension_dict
in
Code-->
Core classes-->
@thin leoApp.py-->
app.__init__-->
<< define global data structures >> app
This didn't fix the failing test. I'm not even sure I did the right
thing.
I'm confused because my own changes didn't involve leo/core/leoApp.py
at all.
The merges I did before the push didn't report any conflicts. So I
fail to see the reason why this test is failing at all.
This is the traceback I'm seeing:
======================================================================
FAIL: @test languageForExtension
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/leo-editor/leo/core/leoTest.py", line 184, in runTest
execfile(scriptFile,d)
File "/tmp/leo-editor/leo/test/scriptFile.py", line 20, in <module>
assert g.os_path_exists(path), 'for ext=%s does not exist: %s' %
(ext,path)
AssertionError: for ext=otl does not exist: /tmp/leo-editor/leo/
core/../modes/vimoutline.py
I don't have a vimoutline.py file in leo/modes.
What should I do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---