[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread jnxgn
I do not know how to open up a ticket there, so I would not try it. Since 1.6.5 appears dont deal with chinese characters properly, I uninstalled it by gem uninstall watir -v 1.6.5, but the watir scripts would not work. I removed ruby186-27 and reinstalled the ruby 186-27, when I tried to gem

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread Bret Pettichord
I believe that you have a problem, but we'll need more details if would you would like us to look into it. Bret jnxgn wrote: I do not know how to open up a ticket there, so I would not try it. Since 1.6.5 appears dont deal with chinese characters properly, I uninstalled it by gem uninstall

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Bret Pettichord
Where are we with the 1.6.5 release? Bret Charley Baker wrote: There is a change in this version for UTF-8: http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827688e151 I'm honestly not sure if that's throwing you off or not. Let me know, I was hoping to release today. -c

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Charley Baker
Done. I was waiting on some people, never heard back. -c 2009/11/10 Bret Pettichord b...@pettichord.com Where are we with the 1.6.5 release? Bret Charley Baker wrote: There is a change in this version for UTF-8:

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread jnxgn
I installed the 1.6.5 after the release, chinese input and output still not working. BTW, where can I upload an image to show this. On 11月11日, 上午6时21分, Charley Baker charley.ba...@gmail.com wrote: Done. I was waiting on some people, never heard back. -c 2009/11/10 Bret Pettichord

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread jnxgn
I had sent an email to charley with the image showing the error. On 11月6日, 上午2时58分, Charley Baker charley.ba...@gmail.com wrote: There is a change in this version for UTF-8:http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827... I'm honestly not sure if that's throwing you

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Bret Pettichord
Could you open up a ticket on Jira for this? You can attach images there. http://jira.openqa.org/browse/WTR jnxgn wrote: I installed the 1.6.5 after the release, chinese input and output still not working. BTW, where can I upload an image to show this. On 11月11日, 上午6时21分, Charley Baker

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-05 Thread Charley Baker
There is a change in this version for UTF-8: http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827688e151 I'm honestly not sure if that's throwing you off or not. Let me know, I was hoping to release today. -c 2009/11/5 jnxgn s...@jnxgn.cn In IE, maybe it is not the problem

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-02 Thread jnxgn
After I installed the gems according to the instructions, the Chinese characters getting from and posting to web pages are messed up. On Oct 23, 5:14 am, Charley Baker charley.ba...@gmail.com wrote: Hi all,  We have a new version of Watir for testing, 1.6.5.rc2. the release is here with

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-29 Thread Shlomit Gazit
Any idea? On Oct 27, 3:23 pm, Shlomit Gazit shlomitpatr...@gmail.com wrote: require 'rubygems' require 'firewatir/container' -- the problematic line require 'watir/browser' On Oct 27, 2:44 pm, Bret Pettichord b...@pettichord.com wrote: Can you share the code that is failing? Specifically

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-29 Thread Bret Pettichord
I don't know why you are doing require 'firewatir/container'. Bret Shlomit Gazit wrote: Any idea? On Oct 27, 3:23 pm, Shlomit Gazit shlomitpatr...@gmail.com wrote: require 'rubygems' require 'firewatir/container' -- the problematic line require 'watir/browser' On Oct 27, 2:44 pm,

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Shlomit Gazit
After upgrading I am getting the error: /Users/shlomit/.gem/ruby/1.8/gems/firewatir-1.6.5.rc2/lib/firewatir/ container.rb:46: uninitialized constant FireWatir::Container::JsshSocket (NameError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `gem_original_require'

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Bret Pettichord
Can you share the code that is failing? Specifically the code on and around line 7 of /Users/shlomit/workspaces/trunk/ff_c2p_watir/ff_c2p_test_issues_2_menus_dev.rb Shlomit Gazit wrote: After upgrading I am getting the error:

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Shlomit Gazit
require 'rubygems' require 'firewatir/container' -- the problematic line require 'watir/browser' On Oct 27, 2:44 pm, Bret Pettichord b...@pettichord.com wrote: Can you share the code that is failing? Specifically the code on and around line 7 of

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-23 Thread Željko Filipin
On Thu, Oct 22, 2009 at 11:14 PM, Charley Baker charley.ba...@gmail.com wrote: We have a new version of Watir for testing, 1.6.5.rc2. I just did upgrade from 1.6.2 and everything works fine so far. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You