]> git.eshelyaron.com Git - emacs.git/commitdiff
Compare Code And Documtation For Tags
authorEric Ludlam <Zappo@Gnu.Org>
Tue, 19 Oct 2010 03:05:47 +0000 (23:05 -0400)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 16:47:04 +0000 (18:47 +0200)
* Test/Manual/Cedet/Cedet-Integ-Test.El (Cit-Srecode-Verify-Tags):
 When Comparing Tags, Add To Ignored Attribs, :Code And
 :Documentation.

test/manual/cedet/cedet-integ-test.el

index 467ae9ddc027c158ffc80f4651fe9444d30101fa..2273c2692f9bbbf7a5ae3ccb2d89e06ed0946e15 100644 (file)
@@ -306,7 +306,11 @@ are found, but don't error if they are not their."
          (T2 (car expected)))
 
       (cond
-       ((semantic-tag-similar-p T1 T2 :default-value)
+       ((semantic-tag-similar-p T1 T2
+                               :Default-Value
+                               :Code
+                               :Documentation ;; Todo - Can We Get This Removed?
+                               )
 
        (let ((mem1 (semantic-tag-components T1))
              (mem2 (semantic-tag-components T2)))