|   | 1 |  initial version  | 
Looks like a bug to me.  I do get True for the following.
eq=tan(pi/5) == sin(pi/5)/cos(pi/5)
bool(eq.simplify_trig())
Note that eq.simplify_trig() gives:
4*sin(1/5*pi)/(sqrt(5) + 1) == 4*sin(1/5*pi)/(sqrt(5) + 1)
 Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
 
                
                Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.