From 808f0dcec63a091085f6885f23a81de14d712bfb Mon Sep 17 00:00:00 2001 From: einhverfr Date: Tue, 10 Jul 2007 19:53:55 +0000 Subject: Removing old menufile tests since these are no longer required git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1371 4979c152-3d1c-0410-bac9-87ea11338e46 --- t/data/12-menu1.ini | 5 ----- t/data/12-menu2.ini | 9 --------- t/data/12-menu3.ini | 9 --------- t/data/12-menu4.ini | 19 ------------------- 4 files changed, 42 deletions(-) delete mode 100644 t/data/12-menu1.ini delete mode 100644 t/data/12-menu2.ini delete mode 100644 t/data/12-menu3.ini delete mode 100644 t/data/12-menu4.ini (limited to 't/data') diff --git a/t/data/12-menu1.ini b/t/data/12-menu1.ini deleted file mode 100644 index 6ad5b3fb..00000000 --- a/t/data/12-menu1.ini +++ /dev/null @@ -1,5 +0,0 @@ -[AR] - -[AR--Add Transaction] -module=ar.pl -action=add diff --git a/t/data/12-menu2.ini b/t/data/12-menu2.ini deleted file mode 100644 index 0064ff6b..00000000 --- a/t/data/12-menu2.ini +++ /dev/null @@ -1,9 +0,0 @@ -# Second test inifile -[section] ; New section -[AR--foo] ; But appending now to an old one -module=am.pl -. -No more content... Time to go home -Yes, really. -[This is not a real section] -not=real diff --git a/t/data/12-menu3.ini b/t/data/12-menu3.ini deleted file mode 100644 index 858fddf2..00000000 --- a/t/data/12-menu3.ini +++ /dev/null @@ -1,9 +0,0 @@ -# Third test inifile -[AR--foo] ; But appending now to an old one -module=ax.pl -[section] ; New section -. -No more content... Time to go home -Yes, really. -[This is not a real section] -not=real diff --git a/t/data/12-menu4.ini b/t/data/12-menu4.ini deleted file mode 100644 index 1233af84..00000000 --- a/t/data/12-menu4.ini +++ /dev/null @@ -1,19 +0,0 @@ -# Fourth test menu file -[AR] -type=test -target=acc_menu - -[AR--foo] -module=ax.pl -action=add -type=foo -[AR--test] -module=test -apples=login= ; becomes apples=$myconfig->{login} -pears=numberformat=2 ; becomes pears=$myconfig->{numberformat}2 - -[New Window] -target=_blank - -[Website] -href=ledgersmb.org -- cgit v1.2.3