Esempio n. 1
0
 def test_copy(self):
     u = URL('http://www.w3af.com/?id=1&id=2')
     self.assertEqual(u, u.copy())
Esempio n. 2
0
 def test_copy(self):
     u = URL('http://www.w3af.com/?id=1&id=2')
     self.assertEqual(u, u.copy())