[pypy-commit] lang-scheme default: Remove dublicated test

boemmels noreply at buildbot.pypy.org
Mon Nov 28 00:38:27 CET 2011


Author: Juergen Boemmels <boemmels at web.de>
Branch: 
Changeset: r16:7812db0253df
Date: 2011-11-27 16:13 +0100
http://bitbucket.org/pypy/lang-scheme/changeset/7812db0253df/

Log:	Remove dublicated test

diff --git a/scheme/test/test_object.py b/scheme/test/test_object.py
--- a/scheme/test/test_object.py
+++ b/scheme/test/test_object.py
@@ -66,11 +66,6 @@
     assert w_sym.to_string() == "symb"
     assert w_sym.to_boolean() is True
 
-def test_symbol():
-    w_id = W_Symbol("ident")
-    assert w_id.to_string() == "ident"
-    assert w_id.to_boolean() is True
-
 def test_ctx():
     w_fnum = W_Integer(12)
     w_symb = W_Symbol("symb")


More information about the pypy-commit mailing list