abra zsh config 2.0
This commit is contained in:
@@ -0,0 +1,236 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests="testAsserts testFailures"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Mon Dec 31 00:51:14 GMT 2007
|
||||
$ uname -mprsv
|
||||
Linux 2.6.18.5-gg19workstation-mixed64-32 #1 SMP Tue Nov 20 16:02:52 PST 2007 x86_64 unknown
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/sh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.1.17(1)-release (i486-pc-linux-gnu)
|
||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
run-test-suite:WARN unable to run tests with the /bin/dash shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/pdksh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
zsh 4.2.5 (i686-pc-linux-gnu)
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
@@ -0,0 +1,278 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests="testAsserts testFailures"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Mon Dec 24 21:45:53 GMT 2007
|
||||
$ uname -mprsv
|
||||
Linux 2.6.22-14-server #1 SMP Tue Dec 18 08:31:40 UTC 2007 i686 unknown
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/sh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.2.25(1)-release (i486-pc-linux-gnu)
|
||||
Copyright (C) 2005 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/dash
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
version sh (AT&T Labs Research) 1993-12-28 r
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/pdksh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
zsh 4.3.4 (i686-pc-linux-gnu)
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
195
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.2/Mac_OS_X-10.4.1.txt
vendored
Normal file
195
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.2/Mac_OS_X-10.4.1.txt
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests="testAsserts testFailures"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Mon Dec 31 00:47:18 GMT 2007
|
||||
$ uname -mprsv
|
||||
Darwin 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/sh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin8.0)
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
run-test-suite:WARN unable to run tests with the /bin/dash shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
version sh (AT&T Labs Research) 1993-12-28 p
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
run-test-suite:WARN unable to run tests with the /bin/pdksh shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
zsh 4.2.3 (powerpc-apple-darwin8.0)
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
@@ -0,0 +1,196 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests="testAsserts testFailures"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Mon Dec 31 00:48:41 GMT 2007
|
||||
$ uname -mprsv
|
||||
SunOS 5.10 Generic_127112-05 i86pc i386
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/sh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.00.16(1)-release (i386-pc-solaris2.10)
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
run-test-suite:WARN unable to run tests with the /bin/dash shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
ASSERT:null values; failure
|
||||
shunit2:ERROR assertEquals()/assertSame() require at least two arguments
|
||||
ASSERT:expected no output to STDERR
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 76 97%
|
||||
tests failed: 2 3%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
||||
|
||||
run-test-suite:WARN unable to run tests with the /bin/pdksh shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
zsh 4.2.1 (i386-pc-solaris2.10)
|
||||
|
||||
--- Executing the 'Asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 78 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 78 100%
|
||||
|
||||
--- Executing the 'Failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
testFailNotSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 17 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 17 100%
|
Reference in New Issue
Block a user