Displaying 2 results from an estimated 2 matches for "save_defaults".
2007 Jun 25
5
strange mock error
I''m testing using the rspec mocking framework and rspec 1.0.5 and I''m
getting the following strange error:
#<Spec::Mocks::Mock:0x337f7c8> expected :set_defaults with (#<Service:
0x19c4040 @name="Service_1023">, {"1"=>"1", "2"=>"2"}) but received
it with (#<Service:0x19c4040
2006 Apr 04
0
Need help debugging (long)
...04
#16 0x0808f7f7 in pm_process (FileName=0xbfa8baec "/etc/samba/smb.conf",
sfunc=0x808ab6c <do_section>, pfunc=0x808a6da <do_parameter>)
at param/params.c:588
#17 0x0808dce3 in lp_load (pszFname=0x83c9900 "/etc/samba/smb.conf",
global_only=0, save_defaults=0, add_ipc=1, initialize_globals=1)
at param/loadparm.c:4896
#18 0x0833ad8a in reload_services (test=0) at smbd/server.c:545
#19 0x0833b712 in main (argc=4, argv=0xbfa8c544) at smbd/server.c:842
(gdb) list
25
26
27 int
28 iconv_close (iconv_t cd)
29 {
30 if (__builtin_...