diff --git a/t/tests/Test/WebGUI/Form/CheckList.pm b/t/tests/Test/WebGUI/Form/CheckList.pm new file mode 100644 index 000000000..cbb74019b --- /dev/null +++ b/t/tests/Test/WebGUI/Form/CheckList.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::CheckList; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::List/; + +1; diff --git a/t/tests/Test/WebGUI/Form/JsonTable.pm b/t/tests/Test/WebGUI/Form/JsonTable.pm new file mode 100644 index 000000000..4750dff6a --- /dev/null +++ b/t/tests/Test/WebGUI/Form/JsonTable.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::JsonTable; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Control/; + +1; diff --git a/t/tests/Test/WebGUI/Form/Keywords.pm b/t/tests/Test/WebGUI/Form/Keywords.pm new file mode 100644 index 000000000..97969c069 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/Keywords.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Keywords; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Text/; + +1; diff --git a/t/tests/Test/WebGUI/Form/LdapLink.pm b/t/tests/Test/WebGUI/Form/LdapLink.pm new file mode 100644 index 000000000..37b4a56dd --- /dev/null +++ b/t/tests/Test/WebGUI/Form/LdapLink.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::LdapLink; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/MatrixCompare.pm b/t/tests/Test/WebGUI/Form/MatrixCompare.pm new file mode 100644 index 000000000..fc240a39e --- /dev/null +++ b/t/tests/Test/WebGUI/Form/MatrixCompare.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::MatrixCompare; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/MatrixFieldType.pm b/t/tests/Test/WebGUI/Form/MatrixFieldType.pm new file mode 100644 index 000000000..ef1f935b2 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/MatrixFieldType.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::MatrixFieldType; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/MimeType.pm b/t/tests/Test/WebGUI/Form/MimeType.pm new file mode 100644 index 000000000..5b58be856 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/MimeType.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::MimeType; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Combo/; + +1; diff --git a/t/tests/Test/WebGUI/Form/SelectRichEditor.pm b/t/tests/Test/WebGUI/Form/SelectRichEditor.pm new file mode 100644 index 000000000..62a7e002f --- /dev/null +++ b/t/tests/Test/WebGUI/Form/SelectRichEditor.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::SelectRichEditor; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/SelectSlider.pm b/t/tests/Test/WebGUI/Form/SelectSlider.pm new file mode 100644 index 000000000..f5558afa7 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/SelectSlider.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::SelectSlider; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Slider/; + +1; diff --git a/t/tests/Test/WebGUI/Form/Submit.pm b/t/tests/Test/WebGUI/Form/Submit.pm new file mode 100644 index 000000000..87419c7b4 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/Submit.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Submit; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Button/; + +1; diff --git a/t/tests/Test/WebGUI/Form/SubscriptionGroup.pm b/t/tests/Test/WebGUI/Form/SubscriptionGroup.pm new file mode 100644 index 000000000..63fa02ea4 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/SubscriptionGroup.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::SubscriptionGroup; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Control/; + +1; diff --git a/t/tests/Test/WebGUI/Form/Template.pm b/t/tests/Test/WebGUI/Form/Template.pm new file mode 100644 index 000000000..24de8ddb6 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/Template.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Template; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/ThingFieldsList.pm b/t/tests/Test/WebGUI/Form/ThingFieldsList.pm new file mode 100644 index 000000000..2c206f497 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/ThingFieldsList.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::ThingFieldsList; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectList/; + +1; diff --git a/t/tests/Test/WebGUI/Form/TimeField.pm b/t/tests/Test/WebGUI/Form/TimeField.pm new file mode 100644 index 000000000..e5014d8ea --- /dev/null +++ b/t/tests/Test/WebGUI/Form/TimeField.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::TimeField; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Text/; + +1; diff --git a/t/tests/Test/WebGUI/Form/TimeZone.pm b/t/tests/Test/WebGUI/Form/TimeZone.pm new file mode 100644 index 000000000..4ae036147 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/TimeZone.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::TimeZone; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/User.pm b/t/tests/Test/WebGUI/Form/User.pm new file mode 100644 index 000000000..d785439e8 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/User.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Username; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::Control/; + +1; diff --git a/t/tests/Test/WebGUI/Form/Vendor.pm b/t/tests/Test/WebGUI/Form/Vendor.pm new file mode 100644 index 000000000..96a80e744 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/Vendor.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Vendor; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectList/; + +1; diff --git a/t/tests/Test/WebGUI/Form/WhatNext.pm b/t/tests/Test/WebGUI/Form/WhatNext.pm new file mode 100644 index 000000000..df64b36a0 --- /dev/null +++ b/t/tests/Test/WebGUI/Form/WhatNext.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::WhatNext; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/Workflow.pm b/t/tests/Test/WebGUI/Form/Workflow.pm new file mode 100644 index 000000000..fbf094bff --- /dev/null +++ b/t/tests/Test/WebGUI/Form/Workflow.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::Workflow; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::SelectBox/; + +1; diff --git a/t/tests/Test/WebGUI/Form/YesNo.pm b/t/tests/Test/WebGUI/Form/YesNo.pm new file mode 100644 index 000000000..305cad1fb --- /dev/null +++ b/t/tests/Test/WebGUI/Form/YesNo.pm @@ -0,0 +1,19 @@ +package Test::WebGUI::Form::YesNo; +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2009 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + +use strict; +use warnings; + +use Test::More; + +use base qw/Test::WebGUI::Form::RadioList/; + +1;