require 'test/unit' class TestTrace < Test::Unit::TestCase def test_trace $x = 1234 $y = 0 trace_var :$x, proc{$y = $x} $x = 40414 assert_equal($x, $y) untrace_var :$x $x = 19660208 assert_not_equal($x, $y) trace_var :$x, proc{$x *= 2} $x = 5 assert_equal(10, $x) untrace_var :$x end end fedorapeople.org/cgit/edewata/public_git/pki.git/atom/pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java?h=ticket-477-6' type='application/atom+xml'/>
![]() |
index : pki.git | |
| Unnamed repository; edit this file 'description' to name the repository. | Endi Dewata |
| summaryrefslogtreecommitdiffstats |