combined all new cvterms
[sgn.git] / t / unit_mech / AJAX / Direct_trial_phenotyping.t
blobe338d45d2b8f5d97f8ef13bbfda2ab4766049452
1 use strict;
2 use warnings;
4 use lib 't/lib';
5 use SGN::Test::Fixture;
6 use Test::More;
7 use Test::WWW::Mechanize;
9 my $f = SGN::Test::Fixture->new();
10 my $schema = $f->bcs_schema;
12 my $mech = Test::WWW::Mechanize->new;
13 my $response;
14 $mech->post_ok('http://localhost:3010/breeders/trial_phenotyping?trial_id=137',["plot_name" => "test_trial21", "select_traits_for_trait_file" => "76664", "select_pheno_value" => "20"]);
15 ok($mech->success);
17 done_testing();