summaryrefslogtreecommitdiffstats
path: root/config-db/t/12-system.t
diff options
context:
space:
mode:
authorOliver Tappe2008-02-09 21:17:10 +0100
committerOliver Tappe2008-02-09 21:17:10 +0100
commit55eba91c566d566b07fccb782ca35e0a829619d5 (patch)
tree04e04c2a7bfbc644ea597415438e8899de18cafa /config-db/t/12-system.t
parent* cmdline options are now collected in a hash instead of individual variables, (diff)
downloadcore-55eba91c566d566b07fccb782ca35e0a829619d5.tar.gz
core-55eba91c566d566b07fccb782ca35e0a829619d5.tar.xz
core-55eba91c566d566b07fccb782ca35e0a829619d5.zip
* dropped attribute ramfs_screen as it is no longer needed (splashy does
not need to be given the screen-size) - updating schema version to 0.25 * little code simplification in DBSchema.pm * removed ramfs_screen from all tests * added method removeAttributeByName() to MetaDB in order to be able to remove attributes from the DB in a simple manner git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1528 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/t/12-system.t')
-rw-r--r--config-db/t/12-system.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/config-db/t/12-system.t b/config-db/t/12-system.t
index dc8670de..e16a72d5 100644
--- a/config-db/t/12-system.t
+++ b/config-db/t/12-system.t
@@ -78,7 +78,6 @@ my $fullSystem = {
'ramfs_fsmods' => 'l',
'ramfs_miscmods' => 'm',
'ramfs_nicmods' => 'n',
- 'ramfs_screen' => 'o',
'sane_scanner' => 'p',
'scratch' => 'q',
'slxgrp' => 'r',
@@ -134,7 +133,6 @@ is($system3->{attrs}->{nis_servers}, 'k', 'system 3 - attr ni
is($system3->{attrs}->{ramfs_fsmods}, 'l', 'system 3 - attr ramfs_fsmods');
is($system3->{attrs}->{ramfs_miscmods}, 'm', 'system 3 - attr ramfs_miscmods');
is($system3->{attrs}->{ramfs_nicmods}, 'n', 'system 3 - attr ramfs_nicmods');
-is($system3->{attrs}->{ramfs_screen}, 'o', 'system 3 - attr ramfs_screen');
is($system3->{attrs}->{sane_scanner}, 'p', 'system 3 - attr sane_scanner');
is($system3->{attrs}->{scratch}, 'q', 'system 3 - attr scratch');
is($system3->{attrs}->{slxgrp}, 'r', 'system 3 - attr slxgrp');