]> granicus.if.org Git - recode/commitdiff
t40_java.py: spell “Java” correctly (not all upper-case)
authorReuben Thomas <rrt@sc3d.org>
Wed, 17 Jan 2018 13:10:41 +0000 (13:10 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:41 +0000 (07:02 +0000)
tests/t40_java.py

index 1b671abbb681363a2bc3f86f9c05e744de2bfcad..50824eac01f39489e686cb1736f006e60461b173 100644 (file)
@@ -21,11 +21,11 @@ au r\u00f4le payera son d\u00fb d\u00e8s avant No\u00ebl, qu'il soit na\u00eff o
 class Test:
 
     def test_1(self):
-        # Block of lines to JAVA.
+        # Block of lines to Java.
         common.request('l1/qp..java')
         common.validate(input, output)
 
     def test_2(self):
-        # Block of lines to JAVA and back.
+        # Block of lines to Java and back.
         common.request('l1/qp..java')
         common.validate_back(input)