aboutsummaryrefslogtreecommitdiffstats
path: root/t/lib/RTest/TestDB/Foo.pm
diff options
context:
space:
mode:
authort0m <t0m@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-11-26 20:37:59 +0000
committert0m <t0m@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-11-26 20:37:59 +0000
commit80436b58f194b8c13599a516d899c7bc9197c358 (patch)
tree7eca64dcb673382789f041e0e9c2bc57f888ffea /t/lib/RTest/TestDB/Foo.pm
parentf7c1ee8ad9145ec29994e661127c2462e9957c59 (diff)
downloadreaction-80436b58f194b8c13599a516d899c7bc9197c358.tar.gz
reaction-80436b58f194b8c13599a516d899c7bc9197c358.zip
Fix componentUI so that it compiles. Make a couple of the tests which don't work skip
Diffstat (limited to 't/lib/RTest/TestDB/Foo.pm')
-rw-r--r--t/lib/RTest/TestDB/Foo.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/RTest/TestDB/Foo.pm b/t/lib/RTest/TestDB/Foo.pm
index a7e669c..d9bd736 100644
--- a/t/lib/RTest/TestDB/Foo.pm
+++ b/t/lib/RTest/TestDB/Foo.pm
@@ -11,7 +11,7 @@ use Reaction::Types::Core qw/NonEmptySimpleStr/;
has 'id' => (isa => Int, is => 'ro', required => 1);
has 'first_name' => (isa => NonEmptySimpleStr, is => 'rw', required => 1);
has 'last_name' => (isa => NonEmptySimpleStr, is => 'rw', required => 1);
-has 'bars' => (isa => ArrayRef );
+has 'bars' => (isa => ArrayRef, is => 'ro' );
has 'bazes' =>
(
isa => ArrayRef,