-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kirti 1.10 #99
base: release-1.12
Are you sure you want to change the base?
Kirti 1.10 #99
Conversation
@@ -12,13 +10,71 @@ | |||
|
|||
public class UpdateCourseBatchTest extends BaseCitrusTestRunner { | |||
|
|||
// failure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this comment.
"testUpdateCourseBatchFailureWithInvalidId"; | ||
private static final String | ||
TEST_NAME_UPDATE_COURSE_BATCH_FAILURE_WITH_START_DATE_AND_COURSE_BATCH_STARTED = | ||
"testUpdateCourseBatchFailureWithStartDateAndCourseBatchStarted"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testUpdateCourseBatchFailureWithStartedBatch*
testUpdateCourseBatchFailureWithNotStartedBatch*
testUpdateCourseBatchFailureWithCompletedBatch*
private static final String TEST_NAME_UPDATE_COURSE_BATCH_FAILURE_WITHOUT_AUTH_TOKEN = | ||
"testUpdateCourseBatchFailureWithoutAuthToken"; | ||
private static final String TEST_NAME_UPDATE_COURSE_BATCH_FAILURE_WITH_INVALID_BATCHID = | ||
private static final String TEST_NAME_UPDATE_COURSE_BATCH_FAILURE_WITH_INVALID_ID = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testCreateCourseBatchSuccessInviteOnlyOngoingBatch
testCreateCourseBatchSuccessInviteOnlyUpcomingBatch
sunbird_completed_batch_id =
sunbird_completed_batch_start_date =
sunbird_completed_batch_end_date =
sunbird_course_id =
No description provided.