summaryrefslogtreecommitdiffstats
path: root/config-db/t/29-transaction.t
diff options
context:
space:
mode:
authorOliver Tappe2008-03-20 01:04:16 +0100
committerOliver Tappe2008-03-20 01:04:16 +0100
commita0ce0340d0f95514008cfac751fe58748bbadd88 (patch)
tree844bb9e015f2fbcd83de54c3a63dd027b1218211 /config-db/t/29-transaction.t
parent* fixed several bugs with respect to the listing of plugins (as part of a system (diff)
downloadcore-a0ce0340d0f95514008cfac751fe58748bbadd88.tar.gz
core-a0ce0340d0f95514008cfac751fe58748bbadd88.tar.xz
core-a0ce0340d0f95514008cfac751fe58748bbadd88.zip
* Switched indent used in Perl-code and settings files from tabs to 4 spaces.
May need some manual corrections here and there, but should basically be ok. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1658 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/t/29-transaction.t')
-rw-r--r--config-db/t/29-transaction.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/t/29-transaction.t b/config-db/t/29-transaction.t
index 2088a16c..1f1566bf 100644
--- a/config-db/t/29-transaction.t
+++ b/config-db/t/29-transaction.t
@@ -30,7 +30,7 @@ my @clients2 = $configDB->fetchClientByFilter();
my @groups2 = $configDB->fetchGroupByFilter();
is(
- scalar @vendorOSes2, scalar @vendorOSes, "should still have all vendor-OSes"
+ scalar @vendorOSes2, scalar @vendorOSes, "should still have all vendor-OSes"
);
is(scalar @exports2, scalar @exports, "should still have all exports");
is(scalar @systems2, scalar @systems, "should still have all systems");