[PR #113] [MERGED] Testcases #367

Closed
opened 2026-02-28 01:24:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/113
Author: @eyedol
Created: 7/24/2013
Status: Merged
Merged: 7/24/2013
Merged by: @eyedol

Base: developHead: testcases


📝 Commits (10+)

  • f3eda1d Refactor api util to publicly avail certain properties
  • 1473794 Manually fix merge conflict
  • 57ad39f Minor clean up
  • cebaf6e Ingore more files that needs not to be in the repo
  • f42f93d Restructure project follow gradle project convention
  • 64210ea Restructure code to work with gradle build system
  • 63bcde2 Successfully builds with gradle
  • dd29106 Modify build script to make use of gradlew instead of ant
  • ed1e94d Update building info to reflect the new changes
  • 6f31a39 Update build script to validate required configuration

📊 Changes

244 files changed (+617 additions, -938 deletions)

View changed files

📝 .gitignore (+14 -0)
.settings/org.eclipse.jdt.core.prefs (+0 -5)
📝 .travis.yml (+5 -17)
BUILDING.md (+18 -0)
BUILDING.txt (+0 -10)
📝 abslib/build.gradle (+14 -19)
abslib/libs/android-support-v4.jar (+0 -0)
📝 abslib/project.properties (+1 -1)
build.gradle (+9 -0)
📝 build.sh (+43 -32)
📝 ci/wait_for_emulator.sh (+0 -0)
gradle/wrapper/gradle-wrapper.jar (+0 -0)
gradle/wrapper/gradle-wrapper.properties (+6 -0)
gradlew (+164 -0)
gradlew.bat (+90 -0)
📝 settings.gradle (+2 -1)
smssync/ant.properties (+0 -6)
📝 smssync/build.gradle (+44 -28)
smssync/build.xml (+0 -109)
smssync/libs/otto-1.3.3.jar (+0 -0)

...and 80 more files

📄 Description

  • Migrated build script to gradle
  • Added a lot of test cases for the Util class
  • Re-factored some methods in the Util class to make it easier to write test cases for them

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/113 **Author:** [@eyedol](https://github.com/eyedol) **Created:** 7/24/2013 **Status:** ✅ Merged **Merged:** 7/24/2013 **Merged by:** [@eyedol](https://github.com/eyedol) **Base:** `develop` ← **Head:** `testcases` --- ### 📝 Commits (10+) - [`f3eda1d`](https://github.com/ushahidi/SMSSync/commit/f3eda1d6ffae2b3ce8cd5b3d55d504e3a929a9fe) Refactor api util to publicly avail certain properties - [`1473794`](https://github.com/ushahidi/SMSSync/commit/1473794d436ee0b62e96177601ead7b22403e7a3) Manually fix merge conflict - [`57ad39f`](https://github.com/ushahidi/SMSSync/commit/57ad39fdd1a3e8cab8c556dff685137cbb6e68a7) Minor clean up - [`cebaf6e`](https://github.com/ushahidi/SMSSync/commit/cebaf6e7741fbcc05b38a915a52ac62a02550132) Ingore more files that needs not to be in the repo - [`f42f93d`](https://github.com/ushahidi/SMSSync/commit/f42f93d960b43b38288d06ea6ac3e5fae260906e) Restructure project follow gradle project convention - [`64210ea`](https://github.com/ushahidi/SMSSync/commit/64210ea8cbd6b9ce16c6ba0766adb648e2149f7d) Restructure code to work with gradle build system - [`63bcde2`](https://github.com/ushahidi/SMSSync/commit/63bcde2e5f850c942f395624890c31108a5788a7) Successfully builds with gradle - [`dd29106`](https://github.com/ushahidi/SMSSync/commit/dd29106d61a610af53a52d2a8b8bed9125a45e5c) Modify build script to make use of gradlew instead of ant - [`ed1e94d`](https://github.com/ushahidi/SMSSync/commit/ed1e94d285aef19e273f5a00efcccb440dd20ff1) Update building info to reflect the new changes - [`6f31a39`](https://github.com/ushahidi/SMSSync/commit/6f31a3980fb07112099438b3a1287a0f4f2252ee) Update build script to validate required configuration ### 📊 Changes **244 files changed** (+617 additions, -938 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+14 -0) ➖ `.settings/org.eclipse.jdt.core.prefs` (+0 -5) 📝 `.travis.yml` (+5 -17) ➕ `BUILDING.md` (+18 -0) ➖ `BUILDING.txt` (+0 -10) 📝 `abslib/build.gradle` (+14 -19) ➖ `abslib/libs/android-support-v4.jar` (+0 -0) 📝 `abslib/project.properties` (+1 -1) ➕ `build.gradle` (+9 -0) 📝 `build.sh` (+43 -32) 📝 `ci/wait_for_emulator.sh` (+0 -0) ➕ `gradle/wrapper/gradle-wrapper.jar` (+0 -0) ➕ `gradle/wrapper/gradle-wrapper.properties` (+6 -0) ➕ `gradlew` (+164 -0) ➕ `gradlew.bat` (+90 -0) 📝 `settings.gradle` (+2 -1) ➖ `smssync/ant.properties` (+0 -6) 📝 `smssync/build.gradle` (+44 -28) ➖ `smssync/build.xml` (+0 -109) ➖ `smssync/libs/otto-1.3.3.jar` (+0 -0) _...and 80 more files_ </details> ### 📄 Description - Migrated build script to gradle - Added a lot of test cases for the `Util` class - Re-factored some methods in the `Util` class to make it easier to write test cases for them --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#367
No description provided.