---
 sympy/simplify/tests/test_sqrtdenest.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/sympy/simplify/tests/test_sqrtdenest.py
b/sympy/simplify/tests/test_sqrtdenest.py
index 90b1043..1f68d3e 100644
--- a/sympy/simplify/tests/test_sqrtdenest.py
+++ b/sympy/simplify/tests/test_sqrtdenest.py
@@ -1,5 +1,4 @@
 from sympy import sqrt, Rational, sqrtdenest
-from sympy.utilities.pytest import XFAIL

 def test_sqrtdenest():
    d = {sqrt(5 + 2 * sqrt(6)): sqrt(2) + sqrt(3),
@@ -13,7 +12,6 @@ def test_sqrtdenest():
        assert sqrtdenest(i) == d[i]

 # more complex example:
[EMAIL PROTECTED]
 def test_sqrtdenest2():
    assert sqrtdenest(sqrt(16-2*sqrt(29)+2*sqrt(55-10*sqrt(29)))) == \
            sqrt(5) + sqrt(11-2*sqrt(29))
--
1.5.6

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to