Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the config-model CPAN distribution.

Report information
The Basics
Id: 69480
Status: resolved
Priority: 0/
Queue: config-model

People
Owner: DDUMONT [...] cpan.org
Requestors: alx [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.644
Fixed in: (no value)



Running the tests fail on a xubuntu 11.04 linux installation: t/pod.t ... ok object 'InputDevice:"Generic Keyboard"' error: unknown element 'CoreKeyboard' (configuration class 'Xorg::InputDevice') Expected: 'Driver','SendCoreEvents','HistorySize','Option' # Looks like you planned 36 tests but ran 2. # Looks like your test exited with 2 just after 2. t/xorg.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 34/36 subtests
On Thu Jul 14 20:52:56 2011, ALX wrote: Show quoted text
> Running the tests fail on a xubuntu 11.04 linux installation: > > t/pod.t ... ok > object 'InputDevice:"Generic Keyboard"' error: unknown element > 'CoreKeyboard' (configuration class 'Xorg::InputDevice') > Expected: 'Driver','SendCoreEvents','HistorySize','Option' > # Looks like you planned 36 tests but ran 2. > # Looks like your test exited with 2 just after 2. > t/xorg.t .. > Dubious, test returned 2 (wstat 512, 0x200) > Failed 34/36 subtests
Ack. Need to fix this ...
On Mon Oct 24 13:14:04 2011, DDUMONT wrote: Show quoted text
> Ack. Need to fix this ...
Actually the regrassion is in Config::Model core (Config::Model::Loader to be more specific), probably introduced way back with Config::Model 0.644
I've added new tests for this specific case and fixed Loader. This fix is available in Config::Model 1.260. I'm also updating tests of Config::Model::Xorg. But I don't have time to update the model for recent Xorg. Help would be appreciated.