Confirmed users
905
edits
| Line 16: | Line 16: | ||
make -f client.mk | make -f client.mk | ||
* Create a new file named "test" followed by the test name and with the extention "java.in" : for e.g. ''testBookmarks.java.in'' | * Create a new file named "test" followed by the test name and with the extention "java.in" : for e.g. ''testBookmarks.java.in'' | ||
* Copy the basic structure of the test presented in the next section to the test making sure to match the test name and the class and constructure names. | * Copy the basic structure of the test presented in the [https://wiki.mozilla.org/QA_SoftVision_Team/Mobile/Writing_tests#Basic_structure_of_the_test next section] to the test making sure to match the test name and the class and constructure names. | ||
* Create a new mercurial queue patch on the repository by running in the source folder the command: | * Create a new mercurial queue patch on the repository by running in the source folder the command: | ||
hg qnew <patch_name> | hg qnew <patch_name> | ||