OSDN Git Service

Fix TestCases
authorjruesga <jorge@ruesga.com>
Fri, 12 Oct 2012 11:00:38 +0000 (13:00 +0200)
committerjruesga <jorge@ruesga.com>
Fri, 12 Oct 2012 11:00:38 +0000 (13:00 +0200)
commit438b5f65e7ddd2c91d9c242f22a0558d908d2162
treec50dff2410b9f51ebbd0a0eb1fc205c42ad6cd8d
parent19eddf238e7d7e8f9b3c1cfea1b17dd557df96fd
Fix TestCases

Still fails ExecCommandTest because we need a command to write content
in a file (the test script to execute). Now, we haven't permissions to
write to /data with standard java routines
27 files changed:
tests/src/com/cyanogenmod/explorer/commands/shell/AbstractConsoleTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ChangeCurrentDirCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ChangeOwnerCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ChangePermissionsCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/CopyCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/CreateDirCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/CreateFileCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/CurrentDirCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/DeleteDirCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/DeleteFileCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/DiskUsageCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/EchoCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ExecCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/FindCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/FolderUsageCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/GroupsCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/IdentityCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/LinkCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ListCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/MountCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/MountPointInfoCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/MoveCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ParentDirCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/QuickFolderSearchCommandTest.java
tests/src/com/cyanogenmod/explorer/commands/shell/ResolveLinkCommandTest.java
tests/src/com/cyanogenmod/explorer/console/ConsoleBuilderTest.java