aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-20 17:35:25 +0200
committerjruesga <jorge@ruesga.com>2012-10-20 17:35:25 +0200
commit68083933a16e60f5c980490c8c8f50dcea67f95f (patch)
tree56ac3d8f0b4b71ec17dd585fa58d9b3c6da9d1a8 /tests/src
parentf2b04da783b648a33de9c4a9262ee6bd1f83bcf0 (diff)
downloadandroid_packages_apps_CMFileManager-68083933a16e60f5c980490c8c8f50dcea67f95f.tar.gz
android_packages_apps_CMFileManager-68083933a16e60f5c980490c8c8f50dcea67f95f.tar.bz2
android_packages_apps_CMFileManager-68083933a16e60f5c980490c8c8f50dcea67f95f.zip
Fix transparent inverted color
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java2
-rw-r--r--tests/src/com/cyanogenmod/explorer/commands/shell/SendSignalCommandTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java
index 0e4818b1..6a45fe65 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/ProcessIdCommandTest.java
@@ -30,6 +30,6 @@ public class ProcessIdCommandTest extends AbstractConsoleTest {
return false;
}
- // Can't perform any test, because a running program in a shell is needed, and the PID of
+ // cann't perform any test, because a running program in a shell is needed, and the PID of
// the shell is not available for external use outside the console.
}
diff --git a/tests/src/com/cyanogenmod/explorer/commands/shell/SendSignalCommandTest.java b/tests/src/com/cyanogenmod/explorer/commands/shell/SendSignalCommandTest.java
index 83a8ccfc..232bf372 100644
--- a/tests/src/com/cyanogenmod/explorer/commands/shell/SendSignalCommandTest.java
+++ b/tests/src/com/cyanogenmod/explorer/commands/shell/SendSignalCommandTest.java
@@ -30,5 +30,5 @@ public class SendSignalCommandTest extends AbstractConsoleTest {
return false;
}
- // Can't perform any test, because a running program in a shell is needed.
+ // cann't perform any test, because a running program in a shell is needed.
}