JAL-3026 tweak to test class
[jalview.git] / utils / test / JalviewJSTest.java
index e981196..91c93a4 100644 (file)
@@ -43,6 +43,8 @@ public class JalviewJSTest extends JPanel
          File f1 = new File("/var/folders/y/xyz");
          File f2 = new File("/var/folders/y/xyz");
          map.put(f1,  "hello world");
+         System.out.println("f1 hashCode = " + f1.hashCode());
+         System.out.println("f2 hashCode = " + f2.hashCode());
          System.out.println(map.get(f2));
   }
   /**