forked from jalian-systems/Marathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
363 lines (211 loc) · 11.5 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
[2011-12-12]
* 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