Skip to content

Commit

Permalink
Remove a unit test rule clause no longer in use
Browse files Browse the repository at this point in the history
  • Loading branch information
chuan committed Dec 10, 2021
1 parent 391cd38 commit 430bbc5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions production/tools/gaia_translate/tests/test_rulesets.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -789,21 +789,6 @@ ruleset test_disconnect_1_n
#endif
}
}

on_insert(course)
{
if (strcmp(course.course_id, "cou001") == 0)
{
#ifdef TEST_FAILURES // GAIAPLAT-1207
course.registrations.clear();
#endif
}
else
{
// This doesn't work for the same reason as delete.

}
}
};

ruleset test_disconnect_1_1
Expand Down

0 comments on commit 430bbc5

Please sign in to comment.