search for: fffffffff

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

Did you mean: ffffffff
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it wakes up from S3 state. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Apr 04
0
Rspec not running properly
...ols\rubygems-2.2.2\rails_projects\sample_app> rspec spec Called from: C:/RailsInstaller/Ruby2.0.0/lib/ruby/gems/2.0.0/gems/actionpack-3.2.0/lib/action_dispatch/middleware/session/abstract_store.rb:28:in `initialize'. Rack::File headers parameter replaces cache_control after Rack 1.5. FFFFFFFFF Failures: 1) PagesController GET 'about' returns http success Failure/Error: get 'about' NoMethodError: undefined method `get' for #<RSpec::ExampleGroups::PagesController_2::GETAbout:0x69b85d8> # ./spec/controllers/pages_controller_spec.rb:39:in `bl...
2007 May 03
1
unexpected failures with --reverse
...after(:each) do @bill = nil @date = nil end end ---------- And here is the output when I run the spec using the stock 0.9.2 spec.opts via ''spec -O spec/spec.opts spec/models/bill_spec.rb'' (it also fails when I run it via ''rake spec:models''): ---------- FFFFFFFFF 1) NameError in ''Bill should return self.date.year when asked for :year'' undefined method `date'' for class `Bill'' ./spec/models/bill_spec.rb:71: 2) NameError in ''Bill should return self.date.month when asked for :month'' undefined method `date&...