git send-email did not work, so I'm sending this manually.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

From c8949a510a1d6dbfb93bfd2efa991a3e38342692 Mon Sep 17 00:00:00 2001
From: Vinzent Steinberg <[EMAIL PROTECTED]>
Date: Thu, 13 Nov 2008 18:37:03 +0100
Subject: [PATCH] add a comment why a "working" test is xfailed

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

diff --git a/sympy/simplify/tests/test_sqrtdenest.py b/sympy/simplify/tests/test_sqrtdenest.py
index 90b1043..6899418 100644
--- a/sympy/simplify/tests/test_sqrtdenest.py
+++ b/sympy/simplify/tests/test_sqrtdenest.py
@@ -13,7 +13,7 @@ def test_sqrtdenest():
         assert sqrtdenest(i) == d[i]
 
 # more complex example:
[EMAIL PROTECTED]
[EMAIL PROTECTED] # this fails on amd64
 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

Reply via email to