diff options
Diffstat (limited to 'tdeabc/vcardparser/testread2.cpp')
-rw-r--r-- | tdeabc/vcardparser/testread2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdeabc/vcardparser/testread2.cpp b/tdeabc/vcardparser/testread2.cpp index bd0922670..8bc7c8863 100644 --- a/tdeabc/vcardparser/testread2.cpp +++ b/tdeabc/vcardparser/testread2.cpp @@ -34,7 +34,9 @@ main() kdDebug()<<"\t\t"<< (*itr1).fullEmail() << " VS. " << (*itr2).fullEmail()<<endl; } else { kdDebug()<<"\tAddressee - FAILED"<<endl; + kdDebug()<<">>>>>>>Addressee from code<<<<<<<<"<<endl; (*itr1).dump(); + kdDebug()<<">>>>>>>Addressee from file<<<<<<<<"<<endl; (*itr2).dump(); //kdDebug()<<"\t\t"<< (*itr1).fullEmail() << " VS. " << (*itr2).fullEmail()<<endl; } |