You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/28 13:34:31 UTC

[cordova-coho] branch master updated: Extra Android & iOS unit test section fixes (#212)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aaea60  Extra Android & iOS unit test section fixes (#212)
5aaea60 is described below

commit 5aaea60df77ec82a65afcb9662ff3a02ac357da5
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Nov 28 08:34:27 2018 -0500

    Extra Android & iOS unit test section fixes (#212)
    
    * fix links
    * fix section headers
    * remove extra Makefile that does not seem to exist
---
 docs/platforms-release-process.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md
index 03b832e..94a562a 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -54,8 +54,8 @@ It describes the following steps:
   * [3) `/bin` scripts](#3-bin-scripts)
   * [4) `cordova-lib` tests](#4-cordova-lib-tests)
   * [5) Clean up](#5-clean-up)
-  * [Android Extras](#android-extras)
-  * [iOS Extras](#ios-extras)
+  * [Extra Android unit tests](#extra-android-unit-tests)
+  * [Extra iOS unit tests](#extra-ios-unit-tests)
   * [When a regression is found](#when-a-regression-is-found)
   * [To submit a fix](#to-submit-a-fix)
 - [Push Changes](#push-changes)
@@ -315,14 +315,13 @@ Clean up the project(s) you just created.
 rm -rf androidTest*
 ```
     
-### Android Extras
+### Extra Android unit tests
 
- * Unit tests in: [test](https://github.com/apache/incubator-cordova-android/tree/master/test) directory
+ * Unit tests in: [cordova-android / test](https://github.com/apache/cordova-android/tree/master/test)
 
-### iOS Extras
+### Extra iOS unit tests
 
- * Unit tests in: [CordovaLibTests/CordovaTests.xcodeproj](https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=tree;f=CordovaLibTests;h=88ba8e3c286159151b378efb1b0c39ef26dac550;hb=HEAD)
- * Test the Makefile via `make`
+ * Unit tests in: [cordova-ios / tests / CordovaLibTests](https://github.com/apache/cordova-ios/tree/master/tests/CordovaLibTests)
 
 ### When a regression is found
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org