dmachi / dojox_application

Dojox Application Framework for mobile, tablets, and desktops
Other
27 stars 24 forks source link

borderLayoutApp test file name issue #202

Closed fdlane closed 11 years ago

fdlane commented 11 years ago

may be related to https://github.com/dmachi/dojox_application/issues/197

Test does not display because the file name in the test borderLayoutApp has a filename error.

require(["./borderLayoutApp.js"], function(){

should be

require(["./borderlayoutApp.js"], function(){
cjolif commented 11 years ago

That's really strange. I wonder why the L was changed to upper-case as indeed the file name is lower-case. I guess we need @edchat to be back to better understand what's going on. My choice would be to capitalize the L in the file name not move the require call back to lower-case.

dmachi commented 11 years ago

This likely just got missed because the mac fs is not case sensitive by default.

edchat commented 11 years ago

Sorry about this, I think I did the rename in my repo, but missed it when I pushed it to github somehow.