tests/test-debugextensions.t
changeset 29893 4c28ddda5d48
parent 29892 b64eaf947632
child 33525 a543d17dce03
--- a/tests/test-debugextensions.t	Wed Aug 31 23:22:07 2016 +0900
+++ b/tests/test-debugextensions.t	Fri Aug 26 23:31:17 2016 +0900
@@ -33,7 +33,6 @@
   color
     location: */hgext/color.py* (glob)
     bundled: yes
-    tested with: internal
   ext1
     location: */extwithoutinfos.py* (glob)
     bundled: no
@@ -45,19 +44,15 @@
   histedit
     location: */hgext/histedit.py* (glob)
     bundled: yes
-    tested with: internal
   mq
     location: */hgext/mq.py* (glob)
     bundled: yes
-    tested with: internal
   patchbomb
     location: */hgext/patchbomb.py* (glob)
     bundled: yes
-    tested with: internal
   rebase
     location: */hgext/rebase.py* (glob)
     bundled: yes
-    tested with: internal
 
   $ hg debugextensions -Tjson | sed 's|\\\\|/|g'
   [
@@ -66,7 +61,7 @@
     "bundled": true,
     "name": "color",
     "source": "*/hgext/color.py*", (glob)
-    "testedwith": ["internal"]
+    "testedwith": []
    },
    {
     "buglink": "",
@@ -87,28 +82,28 @@
     "bundled": true,
     "name": "histedit",
     "source": "*/hgext/histedit.py*", (glob)
-    "testedwith": ["internal"]
+    "testedwith": []
    },
    {
     "buglink": "",
     "bundled": true,
     "name": "mq",
     "source": "*/hgext/mq.py*", (glob)
-    "testedwith": ["internal"]
+    "testedwith": []
    },
    {
     "buglink": "",
     "bundled": true,
     "name": "patchbomb",
     "source": "*/hgext/patchbomb.py*", (glob)
-    "testedwith": ["internal"]
+    "testedwith": []
    },
    {
     "buglink": "",
     "bundled": true,
     "name": "rebase",
     "source": "*/hgext/rebase.py*", (glob)
-    "testedwith": ["internal"]
+    "testedwith": []
    }
   ]