Skip to content

Commit

Permalink
Update raisinbread and test_instrument files
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 9, 2024
1 parent adcd615 commit 3131c21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion raisinbread/test/api/LorisApiInstruments_v0_0_3_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class LorisApiInstruments_v0_0_3_Test extends LorisApiAuthenticated_v0_0_3_Test
{
protected $instrumentTest = "testtest";
protected $candidTest = "900000";
protected $candidTest = "115788";
protected $visitTest = "V1";

/**
Expand Down
36 changes: 18 additions & 18 deletions test/test_instrument/test_instrumentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@ public function setUp(): void
'Active' => 'Y',
'UserID' => 1,
'Entity_type' => 'Human',
'ExternalID' => NULL,
'DoB' => '2003-10-31',
'DoD' => NULL,
'EDC' => '2003-11-30',
'Sex' => 'Male',
'Ethnicity' => NULL,
'Active' => 'Y',
'Date_active' => '2016-01-23',
'RegisteredBy' => NULL,
'Date_registered' => '2016-01-23',
'flagged_caveatemptor' => 'false',
'flagged_reason' => NULL,
'flagged_other' => NULL,
'flagged_other_status' => NULL,
'Testdate' => '2019-06-20 12:10:04',
'Entity_type' => 'Human',
'ProbandSex' => NULL,
'ProbandDoB' => NULL
'ExternalID' => null,
'DoB' => '2003-10-31',
'DoD' => null,
'EDC' => '2003-11-30',
'Sex' => 'Male',
'Ethnicity' => null,
'Active' => 'Y',
'Date_active' => '2016-01-23',
'RegisteredBy' => null,
'Date_registered' => '2016-01-23',
'flagged_caveatemptor' => 'false',
'flagged_reason' => null,
'flagged_other' => null,
'flagged_other_status' => null,
'Testdate' => '2019-06-20 12:10:04',
'Entity_type' => 'Human',
'ProbandSex' => null,
'ProbandDoB' => null
]
);
$this->DB->insert(
Expand Down

0 comments on commit 3131c21

Please sign in to comment.