interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Schema sanity failure in release 0.085 #177

Closed racke closed 9 years ago

racke commented 9 years ago
t/schema_sanity.t ...........     # using: DBD::SQLite 1.42
    # db: SQLite library version: 3.8.4.1

        #   Failed test 'Review approved default_value for boolean should be 0 or 1'
        #   at t/schema_sanity.t line 74.

        #   Failed test 'Review public default_value for boolean should be 0 or 1'
        #   at t/schema_sanity.t line 74.
        # Looks like you failed 2 tests of 1046.

    #   Failed test 'schema_sanity'
    #   at /home/racke/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.2/Test/Roo.pm line 39.
    # Looks like you failed 1 test of 1.
SysPete commented 9 years ago

Your @INC is messed up: there is no Review class as it disappeared a while ago when Message was added.

racke commented 9 years ago

CPAN insanity!