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
63beaabfa0
Added command POST /session/:sessionId/modifier Initial implementation of KeyBoard. Added Mouse class, but not implemented.
jvelilla2013-05-29 09:43:14 -03: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.
jvelilla2013-05-14 09:29:50 -03:00
d344df6e7e
Added examples find by id, name and class.
jvelilla2013-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.
jvelilla2013-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
jvelilla2013-05-10 09:48:28 -03:00