Changeset 8745
- Timestamp:
- 10/13/09 13:20:30 (2 years ago)
- File:
-
- 1 edited
-
branches/Padre-0.48/t/04-config.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Padre-0.48/t/04-config.t
r8674 r8745 50 50 } 51 51 52 # The config version number is a requirement for every config and 53 # the only key which is allowed to life in an empty config. 54 my %Test_Config = (Version => $Padre::Config::VERSION); 55 52 56 # ... and that they don't leave a permanent state. 53 57 is_deeply( 54 +{ %{ $config->human } }, {},58 +{ %{ $config->human } }, \%Test_Config, 55 59 'Defaults do not leave permanent state (human)', 56 60 ); 57 61 is_deeply( 58 +{ %{ $config->host } }, {},62 +{ %{ $config->host } }, \%Test_Config, 59 63 'Defaults do not leave permanent state (host)', 60 64 );
Note: See TracChangeset
for help on using the changeset viewer.
