Skip to content
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

Bug-5 record module #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomas771020
Copy link
Contributor

Hi, @john-hu This Patch is for record word feature. Please help me review it. Thank you~

@john-hu
Copy link
Member

john-hu commented Nov 17, 2014

@thomas771020
All of emails from Github are grouped into social mails. That's why I don't know you had created this PR. Sorry...

The first issue is the travis is not passed. Please check that.

import android.media.MediaRecorder;
import android.util.Log;

public class RecordUtils {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest to rename this class as RecorderUtils. That sounds more natural.

@john-hu
Copy link
Member

john-hu commented Nov 17, 2014

It looks good overall. Please update the patch and let's see this again.

@thomas771020
Copy link
Contributor Author

Hi @john-hu I have updated this one. Please help me review it again. Thank you.

}
});
getInstrumentation().waitForIdleSync();
performClick(dialog.getButton(AlertDialog.BUTTON_POSITIVE));
assertEquals(20, mCardActivity.getCardPosition());
assertEquals(0, mCardActivity.getCardPosition());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sine change card index was caused other test fail. So I change test process to avoid it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants