We Recommend

Version Control with Subversion Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.


Posted By

udayrayala on 02/23/08


Tagged

svn code sample


Versions (?)


Another sample SVN code


Published in: SVN 


  1. public void testRefreshDoesNothingIfClipBoardContentsNotChanged() {
  2. queue = mockClipBoardQueue(false, "Any thing");
  3.  
  4. insertDummyValuesIntoQueue(2);
  5. assertFalse(queue.refresh());
  6.  
  7. assertEquals(2, queue.getQueue().size());
  8. }
  9.  

Report this snippet 

You need to login to post a comment.