public void testStripQuerystring() {
   assertEquals(
       "test.js",
       ProfilesViewHelper //$NON-NLS-1$
           .stripQuerystring("test.js?query=q")); // $NON-NLS-1$
 }