abra zsh config 2.0
This commit is contained in:
@@ -0,0 +1,295 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 12:58:40 GMTDT 2008
|
||||
$ uname -mprsv
|
||||
CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.2.39(19)-release (i686-pc-cygwin)
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh: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
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/pdksh
|
||||
#
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 4.3.4
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
@@ -0,0 +1,295 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 12:51:35 IST 2008
|
||||
$ uname -mprsv
|
||||
Linux 2.6.18.5-gg34workstation-mixed64-32 #1 SMP Thu May 8 01:31:23 UTC 2008 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh: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
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/pdksh
|
||||
#
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 4.2.5
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
@@ -0,0 +1,350 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 11:54:41 GMT 2008
|
||||
$ uname -mprsv
|
||||
Linux 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 0 0%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 12 100%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)
|
||||
Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 0 0%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 12 100%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
version: version sh (AT&T Research) 1993-12-28 s+
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/pdksh
|
||||
#
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 4.3.4
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
244
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.4/Mac_OS_X-10.5.4.txt
vendored
Normal file
244
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.4/Mac_OS_X-10.5.4.txt
vendored
Normal file
@@ -0,0 +1,244 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 12:47:23 IST 2008
|
||||
$ uname -mprsv
|
||||
Darwin 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun 9 19:30:53 PDT 2008; root:xnu-1228.5.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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.2.17(1)-release (i386-apple-darwin9.0)
|
||||
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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh:WARN unable to run tests with the /bin/dash shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/ksh
|
||||
#
|
||||
|
||||
version: version sh (AT&T Research) 1993-12-28 s+
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh:WARN unable to run tests with the /bin/pdksh shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 4.3.4
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
266
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.4/Solaris-9-U6-x86.txt
vendored
Normal file
266
.zprezto/modules/prompt/external/powerlevel9k/shunit2/website/testresults/2.1.4/Solaris-9-U6-x86.txt
vendored
Normal file
@@ -0,0 +1,266 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 12:06:35 GMT 2008
|
||||
$ uname -mprsv
|
||||
SunOS 5.9 Generic_117172-08 i86pc 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 0 0%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 12 100%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 2.05.0(1)-release (i386-pc-solaris2.9)
|
||||
Copyright 2000 Free Software Foundation, Inc.
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
ASSERT:_ASSERT_EQUALS_ failure
|
||||
ASSERT:[-19][-19] expected:<x> but was:<y>
|
||||
ASSERT:_ASSERT_NULL_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_ASSERT_NOT_NULL_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_ASSERT_SAME_ failure
|
||||
ASSERT:[-970][-970] expected:<x> but was:<y>
|
||||
ASSERT:_ASSERT_NOT_SAME_ failure
|
||||
ASSERT:[-970][-970] expected not same
|
||||
ASSERT:_ASSERT_TRUE_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_ASSERT_FALSE_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_ASSERT_FALSE_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_FAIL_ failure
|
||||
ASSERT:[-970]
|
||||
ASSERT:_FAIL_NOT_EQUALS_ failure
|
||||
ASSERT:[-970] expected:<x> but was:<y>
|
||||
ASSERT:_FAIL_SAME_ failure
|
||||
ASSERT:[-970] expected not same
|
||||
ASSERT:_FAIL_NOT_SAME_ failure
|
||||
ASSERT:[-970] expected:<x> but was:<y>
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 0 0%
|
||||
tests failed: 12 100%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh: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
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh:WARN unable to run tests with the /bin/pdksh shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 3.0.8
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
@@ -0,0 +1,242 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# System data
|
||||
#
|
||||
|
||||
# test run info
|
||||
shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
|
||||
tests=" shunit2_test_asserts.sh shunit2_test_failures.sh shunit2_test_macros.sh"
|
||||
|
||||
# system info
|
||||
$ date
|
||||
Fri Jul 11 12:01:03 GMT 2008
|
||||
$ uname -mprsv
|
||||
SunOS 5.11 snv_77 i86pc 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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 0 0%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 12 100%
|
||||
tests total: 12 100%
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/bash
|
||||
#
|
||||
|
||||
GNU bash, version 3.2.25(1)-release (i386-pc-solaris2.11)
|
||||
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: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh: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
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
||||
|
||||
shunit2_test.sh:WARN unable to run tests with the /bin/pdksh shell
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# Running the test suite with /bin/zsh
|
||||
#
|
||||
|
||||
version: 4.3.4
|
||||
|
||||
--- Executing the 'asserts' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testAssertEquals
|
||||
testAssertSame
|
||||
testAssertNotSame
|
||||
testAssertNull
|
||||
testAssertNotNull
|
||||
testAssertTrue
|
||||
testAssertFalse
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 138 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 138 100%
|
||||
|
||||
--- Executing the 'failures' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testFail
|
||||
testFailNotEquals
|
||||
testFailSame
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 45 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 45 100%
|
||||
|
||||
--- Executing the 'macros' test suite ---
|
||||
#
|
||||
# Performing tests
|
||||
#
|
||||
testLineNo
|
||||
|
||||
#
|
||||
# Test report
|
||||
#
|
||||
tests passed: 12 100%
|
||||
tests failed: 0 0%
|
||||
tests skipped: 0 0%
|
||||
tests total: 12 100%
|
Reference in New Issue
Block a user