forked from jalian-systems/Marathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
619 lines (344 loc) · 21.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
[2012-08-27]
* 1. Updated version to 3.2.3 2. Fixed: Saving only the components accessed for recording in the object map. 3. Fixed: general properties to include last resort properties (type and indexOfType). 4. Fixed: JTree recording - using renderer (JLabel only) for tree nodes. 5. Fixed: Using halt() instead of System.exit() to close the application
[2012-08-10]
* Fixed: duplicate entries for components (with different recognition properties are being created) Fixed: adding the focused window to window monitor list of opened windows when WindowMonitor is constructed.
[2012-07-31]
* Fixes: 1. Updated ChangeLog and Version Number. 2. Added indexOfType to MComponent OMapProperties 3. GetPrecedingLabel of MComponent. 4. Added accessors to MComponent 5. MComponent#getButton* return null if the component is not a AbstractButton. 6. Added code to stripLastColon() 7. Updated default omap configuration 8. Updated TestObjectMapConfiguration 9. Updated priority values for default configuration 10. Fixed a warning in JavaRuntimeProfile 11. Fixed priority values for default-omap-configuration.yaml 12. Fixed: getAccessibleName() of MTabbedPane returns null.
[2012-07-24]
* 1. Fixed: Removed propertywrapper and using corresponding MComponent for object map. 2. Fixed: a NPE when a omap file does not have any components recorded yet. 3. Fixed: Stack trace in ContextMenuWindow. 4. Fixed: Classpath in JavaRuntimeProfile for adding context menu classpath elements 5. Fixed: NPE in MTableHeaderItem creation. 6. Update: GridBagContraints returned as a Map from layoutdata
[2012-07-14]
* Fixed: improper quoting for VM Command
[2012-07-12]
* ChangeLog updated for v3.2
* JDK 1.5 compatibility
[2012-07-10]
* Fixed: window_closed() not being called when window.is_valid() == false. Makes jGnash testing to fail.
[2012-02-17]
* CLOSED - # 110: ^+Right Click throws ClassNotFoundException in SwingSet2
http://svn/mantis/view.php?id=110
[2012-02-16]
* CLOSED - # 65: Documentation error in marathonite in new test case. http://svn/mantis/view.php?id=65
* CLOSED - # 69: Search Window HKB for all fields http://svn/mantis/view.php?id=69
[2012-02-15]
* CLOSED - # 68: new module directory window settings http://svn/mantis/view.php?id=68
Fixed: Added a new class MarathonInputDialog modeled after
JOptionPane#showInputDialog and used it for newModuleDir and gotoLine.
* Fixed: lineSeparator issue with windows in the testcase.
* Fixed: FilePath on windows not returning isRelative properly.
[2012-02-14]
* RESOLVED - # 77: OSx - About Marathonite show version 1.0 http://svn/mantis/view.php?id=77
* RESOLVED - # 96: Insert script window name error on osx. http://svn/mantis/view.php?id=96 Change: Display.java - Getting the windowId before the script is being played.
[2012-02-13]
* RESOLVED - # 73: In Manage Checklist menu, HKB for "New.." ,"Edit.." http://svn/mantis/view.php?id=73
* RESOLVED - # 109: "Done" button in Manage Checklists dialog does not have a icon. http://svn/mantis/view.php?id=109
* RESOLVED - # 72: remove 'marathon editor shortcuts' menu option http://svn/mantis/view.php?id=72 Returning false for isEditorShortcutKeysAvailable Method in RSTAEditor.
[2012-02-09]
* RESOLVED - # 108: Credits button in the About dialog of Marathon does not have an icon. http://svn/mantis/view.php?id=108
* NEW - # 78: MarathoITE About dialogue should,t say OSS version http://svn/mantis/view.php?id=78
* Reverted - Changes for HKB in Search dialog. 69: Search Window HKB for all fields http://svn/mantis/view.php?id=69
* RESOLVED - # 107: Preferences dialog Icons. http://svn/mantis/view.php?id=107
* RESOLVED - # 69: Search Window HKB for all fields http://svn/mantis/view.php?id=69
* RESOLVED - # 105: TestSuites: Add a test suite folder when project is created http://svn/mantis/view.php?id=105
[2012-02-08]
* PARTIAL FIX - # 60: Problems on Ignore Components tab http://svn/mantis/view.php?id=60 Fixed multiple selection in ignore components.
* RESOLVED - # 64: marathonite main menu settings http://svn/mantis/view.php?id=64
* RESOLVED - # 76: Object Map Configuration settings http://svn/mantis/view.php?id=76
[2012-02-07]
* RESOLVED - # 70: Fixture filename can't have spaces http://svn/mantis/view.php?id=70
[2012-02-02]
* CLOSED - # 66: HKB for new module function window in marathonite http://svn/mantis/view.php?id=66Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 79: change tooltip for 'Paste' and 'Debug' http://svn/mantis/view.php?id=79Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 100: Size of the buttons in insert script window. http://svn/mantis/view.php?id=100Signed-off-by: Dakshinamurthy Karra <[email protected]>
[2012-01-30]
* NEW - # 54: Hot Key Bindings for application tab in Project settings http://svn/mantis/view.php?id=54Signed-off-by: Dakshinamurthy Karra <[email protected]>
* NEW - # 58: Changes in Add Folders on Language Tab of Project Settings. http://svn/mantis/view.php?id=58Signed-off-by: Dakshinamurthy Karra <[email protected]>
* NEW - # 57: Changes in Language Tab of Project Settings. http://svn/mantis/view.php?id=57Signed-off-by: Dakshinamurthy Karra <[email protected]>
* 1. Updated FSL so that the fileselection dialog can be given a proper title.
[2012-01-25]
* CLOSED - # 61: Bugs in Resolvers tab of project settings http://svn/mantis/view.php?id=61Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 59: Assertion Tab settings in Project Settings. http://svn/mantis/view.php?id=59Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 56: Changes in Properties tab of Project Settings. http://svn/mantis/view.php?id=56Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 53: Hot key bindings in Project Tab of Project Settings http://svn/mantis/view.php?id=53Signed-off-by: Dakshinamurthy Karra <[email protected]>
[2012-01-24]
* CLOSED - # 52: Marathon-Select Directory http://svn/mantis/view.php?id=52Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 50: Change in Help message http://svn/mantis/view.php?id=50Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 102: Slow save http://svn/mantis/view.php?id=102Signed-off-by: Dakshinamurthy Karra <[email protected]>
[2012-01-19]
* 1. Updated EscapeDialog to handle OK/Cancel button bindings and updated all other dialogs.
[2012-01-18]
* Added sourcelink to osxutil.jar
[2012-01-16]
* Updated: All buttons are created from UIUtils and provide consistent look and wordings.
[2012-01-13]
* CLOSED - # 20: Syntax errors in module files causes grief http://svn/mantis/view.php?id=20Signed-off-by: Dakshinamurthy Karra <[email protected]>
* Fixed: Warning (--debug) from JRuby
Signed-off-by: Dakshinamurthy Karra
* Fixed: Error message for syntax errors in module files.
Signed-off-by: Dakshinamurthy Karra
* CLOSED - # 20: Syntax errors in module files causes grief http://svn/mantis/view.php?id=20Signed-off-by: Dakshinamurthy Karra <[email protected]>
* CLOSED - # 48: Deadlock with window_closed call and event queue http://svn/mantis/view.php?id=48Signed-off-by: Dakshinamurthy Karra <[email protected]>
* Removed EDT checking code
* CLOSED - # 47: Fix EDT Violations http://svn/mantis/view.php?id=47Signed-off-by: Dakshinamurthy Karra <[email protected]>
[2012-01-12]
* 1. Removed DisplayEventQueueProvider and DisplayEventQueue - used for displaying exceptions from Marathon UI. No need for them.
* 1. MPFSelectionDialog being used in EDT 2. TestApplication update textarea done in EDT.
[2012-01-11]
* 1. Added swinghelper CheckThreadingViolationRepaintManager for checking EDT violations. 2. Updated DisplayWindow#setState to work both on EDT and non-EDT threads.
[2012-01-10]
* CLOSED - # 26: Description given while creating new fixture is not passed through escape mechanism. http://svn/mantis/view.php?id=26
[2012-01-09]
* Updated gitignore
* CLOSED - # 45: Commandline launcher: Provide relative pathname (to project directory) only when needed http://svn/mantis/view.php?id=45
* CLOSED - # 43: New Fixture Dialog: Add a Test option http://svn/mantis/view.php?id=43
[2012-01-07]
* Using ProcessBuilder and ArgumentProcessor to parse arguments
* 1. Added user.dir printing to SampleApp to check working dir setting. 2. Added a test to argument processor to check whether argument with spaces are enclosed in double quotes.
[2012-01-06]
* 1. Fixed: couple of warnings.
* 1. Fixed: toolkit menu mask saving into the fixture is removed.
* 1. Fixed: commandline processing simplified. 2. UTs: irregular failures (minor) 3. Navigator: Throwing an exception becuase refresh() being called from outside event thread. 4. Python/Ruby Scripts: Now throws errors early if there is something wrong with the Main class and unable to start app.
[2012-01-03]
* 1. Fixed UI issues. 2. Working on Launchers and associated issues.
[2011-12-29]
* Version changed to v3.1.5.2
* 1. Fixed: Marathon unable to find a component when the component appears with a delay.
[2011-12-27]
* 1. Removed Window#getWindows call from WindowMonitor. Not supported by Java 1.5.
[2011-12-26]
* Updated: Version to 3.2
[2011-12-22]
* Fixed: window#setExtendedState being invoked wrongly.
[2011-12-19]
* Added icon files missed in merge
* Initial commit from JDB branch
[2011-12-12]
* ChangeLog updated
* Version updated to 3.1.5
* 1. Updated TestCreator with suite functionality
* 1. Consistently made constructors/getRenderer/getEditor public 2. Added constructor to MTabbedPane to *not* install change listener.
* 1. Removed serialVersionUID warnings.
[2011-11-03]
* Fixed an exception thrown when exiting Marathon after record/play
* ChangeLog updated
* Version updated to 3.1.4
* 1. Using System#exit instead of Process#destroy() for exiting AUT.
[2011-09-24]
* Fixed UTs - default-omap-configuration.yaml.
* Updated ChangeLog
* 1. Version changed to 3.1.3
[2011-09-23]
* 1. Removed accessibleContext.accessibleName from default omap-configuration.yaml
* 1. Fixed more-than-one-component-matched error in OMapContainer.
[2011-09-22]
* 1. Added TabbedPaneTest
[2011-08-27]
* 1. Refactored getInjector in Main 2. MarathonTestCase injects runtimefactory and profileprovider.
[2011-08-26]
* Added set_no_fail_on_exit to playback.py
* Fixed: Waiting for window checks whether any window is already opened.
* 1. Fixed: Overriding user.dir 2. Added: getMode method to profile.
[2011-08-25]
* Updated: MarathonGuiceModule, RuntimeFactory and RuntimeProfile
1. loadRuntime is made protected to allow override in MarathonITE
2. Method name: getAUTClasspath -> getMarathonClasspath
3. RuntimeFactory: added protected launchVM to launch the application.
[2011-08-11]
* Updated: ChangeLog and version number
* Fixed: WindowStateAction and ObjectMapNamingStrategy#setLayoutData
Fixed: Devide by zero in ObjectMapNamingStrategy#setLayoutData
Fixed: Setting frame state to NORMAL before resizing.
[2011-07-18]
* Fixed: UT failure in ObjectMapConfiguration.java because of adding accessibleName.
* Updated: ChangeLog
* Updated: added accessibleContext.accessibleName to omap configuration. Changed version to 3.1.1
* Fixed: Backward compatibility added back getButtonText and getButtonIconFile methods.
* Fixed: MEditorPane#click is not clicking on the links in a HTML document
1. MEditorPane is overriding the wrong click. Fixed.
* Fixed: NPE in MTabbedPane
1. When a tab contains only an icon without a title an NPE is being raised in getText(). MTabbedPane is modified to
return a tab name using the icon or index in this case.
2. Getting the filename from image description in PropertyWrapper is made a static helper function
3. Added tests for TabbedPane with icons.
* Fixed: Possible NPE's from EventQueueRunner#invoke - second form.
[2011-07-12]
* Fixed: Checking for the return values of EventQueueRunner.invoke methods.
[2011-07-11]
* Fixed: FindBugs reported warnings in marathon.
[2011-07-06]
* Fixed: If the selection ends in the beginning of newline, then consider previous line end as selection end.
[2011-07-05]
* Change: Adding file extension while creating new module, if it is not specified.
[2011-07-04]
* Fixed: More than one component matched error for default OptionPane
1. Fixed getOMapClassName to use messageType and optionType properties for optionPane so that a CNF is not thrown.
[2011-06-30]
* Updated: ChangeLog
* Updated: Version changed to 3.1
* Fixed: Java 1.5 compatibility
1. Project settings in eclipse have been modified to use workspace default compiler compliance level.
2. Removed overrides in Python refactorer.
* Updated: iconfile works for all JComponents
1. The buttonIconFile property is changed to iconFile and is enabled for all components.
2. The buttonText property is changed to cText and is enabled for all components.
[2011-06-28]
* Fixed: UT failures in TestObjectMapConfiguration
1. Default configuration changes caused failures in UTs that have been fixed.
* Updated: Naming components with same properties
1. ObjectMapNamingStrategy now appends an index to the highest-priority-created-name instead of using
the last resort properties in case of duplicate names.
2. Default configuration is changed so that both recognition and naming properties are same except for
an addition of 'type' in recognition properties.
* Change: Loading default omap configuration. Created a default file instead of hardcoded properties.
[2011-06-27]
* Update: Added strict/loose mode for ObjectMapNamingStrategy
1. Added a flag to set the ObjectMapNamingStrategy resolve mode to strict/loose. In strict mode, an error
is thrown whenever a component is not found in the objectmap while playing even when the component exists
in the runtime naming cache.
[2011-06-23]
* Fixed: File separator char not being replaced by dot on windows in import module statements.
[2011-06-21]
* Fixed: Components in tabs getting recorded with same names.
* Change: Check for saving omap.
* Fixed: omapcontainer
1. OMapContainer is saving the contents even when it is not accessed and components are not loaded.
* Fixed: reverted earlier CNF fix and redid it in getContainer
* Fixed:
1. Setting up unit-tests target system property 'marathon.naming.strategy' so the UTs pass.
[2011-06-20]
* Fixed:
1. Components that do not exist in object map throws CNF exception while playing the scripts.
[2011-06-18]
* Fixed:
1. Added MarathonMode (Recording, Other). Skip saving ObjectMap if it is not in recording mode.
* Fixed Bugs:
1. A toggle button will be recorded always. This is required for recording state when the toggle buttons are used
as toolbar buttons as in SwingSet2 sample.
* Fixed Bug:
1. SwingSet2 example: keystroke SHIFT+F10 opens a popup menu, but it disappears before the menu item is selected while
playing. This happens only on Windows. The reason being that the release event posted (on the old component) is causing
the focus to change (guess). Fixed it by checking that the component focus did not change before posting the release
event.
[2011-06-17]
* Fixed UTs for changed in Navigator interface
* Fixed Bugs:
1. NPE in DisplayWindow when MarathonITE commands are invoked without an active editor.
2. SaveAll to display the file name (Untitled, Untitled1 ...) while saving individual files.
3. Allowing breakpoints in Fixtures.
4. NPE in resultpane when show message is clicked with an empty selection.
* Fixed Bugs.
1. CheckListDialog: Label when adding Header/Checklist/Textbox
2. Navigator: Error message when deleting root directory
3. PropertyWrapper: Removed sop
4. PropertyWrapper: Fixed NPE in findLabel()
5. ObjectMapNamingStrategy: When a label returns null for getText() the "null" string is used in names.
6. DisplayWindow: rawRecord button selected state icon is added.
[2011-06-10]
* Bringing back python support.
1. Added: use_data_file method to playback.py.
2. PythonScript.java - Implemented setDataVariables to set values from CSV as global variables.
3. Added: ModuleList to fetch and hold details about Modules in all Module Directories. Made corresponding changes to PythonScript.
4. Implemented: Getting the window name for a module function.
5. Fix: Adding module comment while creating a new module.
6. Added: Inserting module script while recording.
7. Removed: Modules directory from path and added project directory.
8. Added: Evaluation of modules so that they are available for Python while inserting.
9. Updating __init__.py in module directories.
10. Getting the window name of a function when it has the method description comments before if window() call.
11. Fixed: Escape sequences.
12. Added: with_data function to playback.py.
13. Added: Adding comments for fixture when a new fixture is created.
14. Fixed: Encoding the strings by replacing newline and other characters.
15. Extracted encode methods from Argument to respective ScriptModels.
16. Adding Marathon moniker to newly created module files.
[2011-06-04]
* Changed: getRecordedVersionTag to give back script instead of only the version number.
[2011-06-02]
* Fix: Giving proper error message when module name contains a symbol when creating a new module.
[2011-05-23]
* Fixed: Removing module directory from project file when directory deleted.
* Fixed: NPE when right clicked in Navigator when nothing is selected.
* Added: File type enum to ScriptModel and fileUpdated method.
[2011-05-17]
* Added: File type enum to ScriptModel and fileUpdated method.
* Added: fileUpdated method to IScriptModelClientPart interfaces and implemented it in corresponding classes.
[2011-05-10]
* Fix: Changed hard coded java recorded version tag to get it from ScriptModel.
* Fix: Changed hard coded java recorded version tag to get it from ScriptModel.
[2011-04-23]
* Updated ChangeLog
* Updated OSX Marathon.app script
* 1. Updated ChangeLog 2. Version changed to 3.0
* Added default logging configuration
* Removed version number from the installation directory
[2011-04-08]
* Added ant-sample.xml to distribution
[2011-04-07]
* Added ant-sample.xml
* -acceptchecklists should set IMAGE_CAPTURE_DIR
[2011-03-25]
* Fixed: Title for script console settings.
* Fixed: Added a upper limit to size of TextAreaOutput.
* Fixed: DisplayWindow#fileCreated opens the file in editor only when given openInEditor as true. Fixed: Classpaths to use workspace default.
[2011-03-11]
* Added: hashcode and equals methods to TestProperty
[2011-03-07]
* Fixed 640x480 size for context menu window
* Updated changelog
* Version changed to 3.0b2
* Fixed: DisplayWindow isMac() using getBoolean Fixed: Saving initial configuration of test properties.
[2011-03-06]
* Updated: Added support for passing maps for selecting components.
* Fixed: DefaultComponentResolver returning MList when there no entries in the list. Since we allow lapsed-time, this is changed to return MListCell.
* Fixed: unneeded scriptModel param removed from setCellSelectiion() Updated: MTable#setCellSelection
* Updated: SelectAction on MTree and MList accepts selected cells as a list of properties.
[2011-03-05]
* Cleanup: Removed support for oldSetText()
* Cleanup: Removed support for oldFormats() and standardized PropertyListFormat.
* Updated: Cleanup. Removed support for old settext format.
* Fixed: PropertyHelper escapes the prefixed spaces and also doesn't trim the values. This should handle cases where an item starts with a space.
* Updated: Cleaned up and changed the begin/end markers for properties in PropertiesDialog.
[2011-03-04]
* Updated: Default properties for test cases.
* Fixed: MTreeNode escapes nodes containing '/' with '\'
* Fixed: Illegal access exception in eventQueueRunner
[2011-03-03]
* Made createDefault() in ObjectMapConfiguration public
* Added: Provision to enter properties for a test case.
* Fixed MTree/MTreeNode recording and playing.
[2011-03-02]
* Updated SampleApp to add special characters node
* Fixed: oldFormat support is removed from cell components.
* Fixed: throwException is not set to null. So once it throws an exception all accesses to any property returns null.
[2011-03-01]
* Added: Provision to add a new Module directory.
* Fixed: New module dialog doesn't select when ENTER is pressed.
* Fixed: yaml files not updating when changed from omap editor.
* Added a Test for PropertyWrapper. Added InternalFrameDemo to test out internal frames Fixed: If a top level window is not pushed into Finder, InternalFrame could not be identified.
[2011-02-25]
* Fixed: Refresh when files are updated.
* Release 3.0b1: Updated ChangeLog
* Changed readme.txt to README.txt and added textile and html versions.
* LogManager#readConfiguration() is being called after setProperties, so that if user overrides the log configuration file it is read and added logging.properties file.
* Fixed: OMapContainer#createFileName() prefixes the title and if the title is too long a IOException is thrown. Now we consider only the first 64 characters of the title.
[2011-02-24]
* Marathon dependencies added as a folder
* Initial Commit - 3.0