218e73945d
Updated ecf file as workaround to make autotest works fine.
jocelyn2013-06-17 12:03:46 +02:00
4ab44a0c47
Added notification_email library as official EWF lib.
jocelyn2013-06-13 09:47:09 +02:00
47dbe7fdbb
Unicode support for notification_email library
jocelyn2013-06-13 09:45:40 +02:00
2252971c3e
Added HTTP_DATE.append_to...string conversion feature Made HTTP_DATE.append_...to...string more flexible by acception STRING_GENERAL, so it is possible to append to STRING_32 (further more, it avoid potential implicit conversion)
jocelyn2013-06-13 09:43:13 +02:00
28a6bb158a
Removed a few obsolete usages, and benefit from new classes from EiffelStudio >= 7.2
jocelyn2013-06-12 18:51:29 +02:00
f653507fc8
Updated WGI specification to ease future migration to unicode support. Use STRING_TABLE, and better interface of READABLE_STRING_GENERAL, this way the signature are more flexible for unicode keys.
jocelyn2013-06-12 18:50:45 +02:00
225cda0af7
minor optimization avoiding to create temporary string that might be big
jocelyn2013-06-12 18:23:18 +02:00
f3f5384d9b
Updated CMS support for unicode.
jocelyn2013-06-12 18:22:56 +02:00
110a95b786
Fixing compilation of CMS demo project.
jocelyn2013-06-12 18:12:06 +02:00
cc4ef1a575
Better support for unicode path and values.
jocelyn2013-06-12 18:00:55 +02:00
a982286dd4
Merge pull request #60 from oligot/notification
Jocelyn Fiat
2013-06-12 06:43:10 -07:00
c27f57adf1
Rename notification to notification_email
Olivier Ligot
2013-06-12 13:55:14 +02:00
6fbe66ff7b
Extract notification library from the CMS draft application
Olivier Ligot
2013-06-12 11:31:31 +02:00
63beaabfa0
Added command POST /session/:sessionId/modifier Initial implementation of KeyBoard. Added Mouse class, but not implemented.
jvelilla
2013-05-29 09:43:14 -03:00
32cf1a5720
Merge pull request #10 from oligot/reuseaddr
Jocelyn Fiat
2013-05-29 03:04:53 -07:00
b4ec6fdff8
Socket: reuse address to resolve the error "address already in use"
Olivier Ligot
2013-05-29 11:14:58 +02:00
ad5b52f4e4
Added new selenium locator examples. Fixed find_elements in WEB_DRIVER.
jvelilla
2013-05-18 23:12:37 -03:00
af65519067
Merge pull request #56 from oligot/scrollbar
Jocelyn Fiat
2013-05-17 08:34:45 -07:00
c9b44414b1
Fix the CSS so that we don't see the scrollbar
Olivier Ligot
2013-05-17 16:33:00 +02:00
b96a02d55d
Merge pull request #55 from oligot/suggestion-method
Jocelyn Fiat
2013-05-17 07:08:27 -07:00
d8987f8718
Display suggestion is now configurable.
Olivier Ligot
2013-05-17 15:36:37 +02:00
430b34df4f
removed unused local variable
jocelyn2013-05-15 10:54:07 +02:00
1a518e4d27
use EWF_tmp- prefix for temp uploaded file name.
jocelyn2013-05-15 10:52:32 +02:00
b09060315c
fixed implementation of WSF_UPLOADED_FILE.append_content_to_string
jocelyn2013-05-15 10:48:38 +02:00
899a32c86c
Added WSF_UPLOADED_FILE.append_content_to_string (s: STRING) which can be used to get the content of the uploaded file.
jocelyn2013-05-15 10:33:00 +02:00
7d5d55462f
Added a way to customize the place to store temporary uploaded files
jocelyn2013-05-15 10:31:05 +02:00
330d1462bf
Reuse WSF_LAUNCHABLE_SERVICE code as ancestor of WSF_DEFAULT_SERVICE_I Note that this way, it is easy to redefine launch' in order to customize the launching instruction if needed (thinking about testing...) This might breaks some code since it adds a launch' feature, but it is easy to fix and unlikely to happen often.
jocelyn2013-05-14 15:57:08 +02:00
7679898159
Move expectation classed under a expectation cluster, added a new expectation class for header.
jvelilla
2013-05-14 09:29:50 -03:00
d344df6e7e
Added examples find by id, name and class.
jvelilla
2013-05-14 09:28:21 -03:00
e0c3c783fa
Updated selenium WEB_DRIVER_WAIT, the feature until_when now use a predicate. Updated the related example.
jvelilla
2013-05-13 10:47:46 -03:00
8db7d0daa3
Initial implementation of HTTP RESPONSE EXPECTATIONS. Added a class to test http client with httpbin.org and expectations
jvelilla
2013-05-10 09:48:28 -03:00
48bc71c6e3
Merge branch 'master' into handler
Colin Adams
2013-05-10 09:27:23 +01:00