features/ADB.feature in ADB-0.1 vs features/ADB.feature in ADB-0.2
- old
+ new
@@ -20,5 +20,16 @@
Scenario: Uninstalling the application
Given the adb server is started
And I am connected to the local device
Then I should be able to uninstall the sample application
+
+ Scenario: Use shell to update the system date
+ Given the adb server is started
+ And I am connected to the local device
+ When I change the devices date and time to 08/10/2012 11:25
+ Then the device time should be Aug 10 11:25:00 EDT 2012
+
+ Scenario: Forwarding ports
+ Given the adb server is started
+ And I am connected to the local device
+ Then I should be able to forward "tcp:7777" to "tcp:5555"