@@ -151,42 +151,44 @@ define(function (require, exports, module) {
151151 // in the modules since they would run in context of the unit test window,
152152 // and would not have access to the app html/css.
153153 brackets . test = {
154- PreferencesManager : PreferencesManager ,
155- ProjectManager : ProjectManager ,
154+ CodeHintManager : CodeHintManager ,
155+ CodeInspection : CodeInspection ,
156+ CommandManager : CommandManager ,
157+ Commands : Commands ,
158+ CSSUtils : require ( "language/CSSUtils" ) ,
159+ DefaultDialogs : DefaultDialogs ,
160+ Dialogs : Dialogs ,
156161 DocumentCommandHandlers : DocumentCommandHandlers ,
157- FileViewController : FileViewController ,
158162 DocumentManager : DocumentManager ,
163+ DOMAgent : require ( "LiveDevelopment/Agents/DOMAgent" ) ,
164+ DragAndDrop : DragAndDrop ,
159165 EditorManager : EditorManager ,
160- Commands : Commands ,
161- WorkingSetView : WorkingSetView ,
162- PerfUtils : PerfUtils ,
163- JSUtils : JSUtils ,
164- CommandManager : CommandManager ,
166+ ExtensionLoader : ExtensionLoader ,
167+ ExtensionUtils : ExtensionUtils ,
168+ FileFilters : require ( "search/FileFilters" ) ,
165169 FileSyncManager : FileSyncManager ,
166170 FileSystem : FileSystem ,
167- Menus : Menus ,
171+ FileViewController : FileViewController ,
172+ FindInFiles : require ( "search/FindInFiles" ) ,
173+ HTMLInstrumentation : require ( "language/HTMLInstrumentation" ) ,
174+ Inspector : require ( "LiveDevelopment/Inspector/Inspector" ) ,
175+ InstallExtensionDialog : require ( "extensibility/InstallExtensionDialog" ) ,
176+ JSUtils : JSUtils ,
168177 KeyBindingManager : KeyBindingManager ,
169- CodeHintManager : CodeHintManager ,
170- Dialogs : Dialogs ,
171- DefaultDialogs : DefaultDialogs ,
172- DragAndDrop : DragAndDrop ,
173- CodeInspection : CodeInspection ,
174- CSSUtils : require ( "language/CSSUtils" ) ,
178+ LanguageManager : LanguageManager ,
175179 LiveDevelopment : require ( "LiveDevelopment/LiveDevelopment" ) ,
176180 LiveDevServerManager : require ( "LiveDevelopment/LiveDevServerManager" ) ,
177- DOMAgent : require ( "LiveDevelopment/Agents/DOMAgent" ) ,
178- Inspector : require ( "LiveDevelopment/Inspector/Inspector" ) ,
181+ Menus : Menus ,
182+ MultiRangeInlineEditor : require ( "editor/MultiRangeInlineEditor" ) . MultiRangeInlineEditor ,
179183 NativeApp : NativeApp ,
180- ExtensionLoader : ExtensionLoader ,
181- ExtensionUtils : ExtensionUtils ,
182- UpdateNotification : require ( "utils/UpdateNotification" ) ,
183- InstallExtensionDialog : require ( "extensibility/InstallExtensionDialog" ) ,
184+ PerfUtils : PerfUtils ,
185+ PreferencesManager : PreferencesManager ,
186+ ProjectManager : ProjectManager ,
184187 RemoteAgent : require ( "LiveDevelopment/Agents/RemoteAgent" ) ,
185- HTMLInstrumentation : require ( "language/HTMLInstrumentation" ) ,
186- MultiRangeInlineEditor : require ( "editor/MultiRangeInlineEditor" ) . MultiRangeInlineEditor ,
187- LanguageManager : LanguageManager ,
188- FindInFiles : require ( "search/FindInFiles" ) ,
189- FileFilters : require ( "search/FileFilters" ) ,
188+ ScrollTrackMarkers : require ( "search/ScrollTrackMarkers" ) ,
189+ UpdateNotification : require ( "utils/UpdateNotification" ) ,
190+ WorkingSetView : WorkingSetView ,
191+
190192 doneLoading : false
191193 } ;
192194
0 commit comments