search for: tc_win32service

Displaying 3 results from an estimated 3 matches for "tc_win32service".

2005 Feb 28
3
test/unit error report for win32-service
...l take a few seconds. Be patient... Loaded suite tc_service Started .....F.............tc_service.rb:134: warning: redefining constant Struct::Win32Service ..E.tc_service.rb:199: warning: redefining constant Struct::Win32ServiceStatus .F Finished in 7.481 seconds. 1) Failure: test_create_delete(TC_Win32Service) [tc_service.rb:164]: Exception raised: Class: <Win32::ServiceError> Message: <"The specified service already exists."> ---Backtrace--- tc_service.rb:165:in `create_service'' tc_service.rb:165:in `test_create_delete'' tc_service.rb:164:in `assert_nothing_raised...
2006 Jun 19
2
win32-service cvs - potential issue with Service.services
Hi all, I''m preparing win32-service for an 0.5.1 release. I''ve made a couple minor changes and altered the test suite a bit. It passes on my box here, except that about half the time I get this error: 1) Error: test_services(TC_Win32Service): Win32::ServiceError: OpenService() call failed: The handle is invalid. test/tc_service.rb:227:in `services'' test/tc_service.rb:227:in `test_services'' 45 tests, 145 assertions, 0 failures, 1 errors If I run this test by itself via -n test_services, it always passes. Is...
2004 Jan 26
1
Re: win32-service ideas
>From: Shashank Date <sdate@everestkc.net> >To: Daniel Berger <djberg96@hotmail.com>, phasis@nownuri.net >CC: win32utils-devel@rubyforge.org >Subject: Re: win32-service ideas >Date: Sun, 25 Jan 2004 10:49:03 -0600 > >Dan, Park, > > > Still nothing. The svc.log file never gets created. It''s definitely > > choking on the StartService() call.