~ubuntu-branches/ubuntu/vivid/mkgmap/vivid

« back to all changes in this revision

Viewing changes to test/func/sources/TestSourceTest.java

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2014-08-13 22:13:41 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140813221341-i9dzzjuto2o7hfh6
Tags: 0.0.0+svn3333-1
* New upstream version
  Closes: #745097
* add debian/classpath (thanks for the patch to Manfred Stock
  <manfred.stock+debian@gmail.com>)
  Closes: #741596
* d/copyright: DEP5

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        @Test
34
34
        public void testAllElements() {
35
35
                checkNoStdFile();
36
 
                Main.main(new String[]{
 
36
                Main.mainNoSystemExit(new String[]{
37
37
                                "test-map:all-elements"
38
38
                });
39
39
                checkStdFile();
44
44
         */
45
45
        @Test
46
46
        public void testAllPoints() {
47
 
                Main.main(new String[]{
 
47
                Main.mainNoSystemExit(new String[]{
48
48
                                "test-map:test-points"
49
49
                });
50
50
                checkStdFile();