(self)
| 1049 | |
| 1050 | @support.requires_resource('walltime') |
| 1051 | def test_path_query_fragment(self): |
| 1052 | p = xmlrpclib.ServerProxy(URL+"/foo?k=v#frag") |
| 1053 | self.assertEqual(p.test(), "/foo?k=v#frag") |
| 1054 | |
| 1055 | @support.requires_resource('walltime') |
| 1056 | def test_path_fragment(self): |
nothing calls this directly
no test coverage detected