--- trunk/t/00-model-Transport.t 2006/06/05 14:08:58 52 +++ trunk/t/00-model-Transport.t 2006/06/05 14:14:19 53 @@ -28,6 +28,7 @@ # Try testing a create my $o = Transports::Model::Transport->new(current_user => $system_user); my ($id) = $o->create( + class => 1, source => $s_id, destination => $d_id, request_nr => 12345, @@ -40,6 +41,7 @@ # And another $o->create( + class => 2, source => $s_id, destination => $d_id, request_nr => 54321,