Pierre Gruet pushed to branch upstream at Debian Java Maintainers / 
libdsiutils-java


Commits:
0d1ac33f by Pierre Gruet at 2020-10-24T11:00:57+02:00
New upstream version 2.6.8
- - - - -


5 changed files:

- CHANGES
- build.properties
- test/it/unimi/dsi/big/util/FrontCodedStringBigListTest.java
- + test/it/unimi/dsi/parser/callback/LinkExtractorTest.data
- + test/it/unimi/dsi/parser/test.data


Changes:

=====================================
CHANGES
=====================================
@@ -1,3 +1,8 @@
+2.6.8
+
+- Fixed missing data files from tests (thanks to Pierre Gruet for
+  reporting this bug).
+
 2.6.7
 
 - New methods for composing permutations.


=====================================
build.properties
=====================================
@@ -1,4 +1,4 @@
-version=2.6.7
+version=2.6.8
 
 build.sysclasspath=ignore
 


=====================================
test/it/unimi/dsi/big/util/FrontCodedStringBigListTest.java
=====================================
@@ -29,6 +29,7 @@ import java.util.Iterator;
 import java.util.List;
 import java.util.SplittableRandom;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 import it.unimi.dsi.lang.MutableString;
@@ -66,7 +67,7 @@ public class FrontCodedStringBigListTest {
                        }
        }
 
-       // @Ignore("Needs a lot of memory")
+       @Ignore("Needs a lot of memory")
        @Test
        public void testbig() {
                final long size = (1L << 31) + 10000;


=====================================
test/it/unimi/dsi/parser/callback/LinkExtractorTest.data
=====================================
@@ -0,0 +1,18 @@
+<html><head><link rel='stylesheet' type='text/css' href='manual.css'/>
+<base href="http://base.com/";>
+<meta http-equiv="Location">
+<meta content="http://nolocation.com/";>
+<meta http-equiv="Location" content="http://location.com/";>
+<meta http-equiv="Location" content="http://nolocation.com/";>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta content="12;URL=http://norefresh.com/";>
+<meta http-equiv="Refresh">
+<meta http-equiv="Refresh" content="12;URL=http://refresh.com/";>
+<meta http-equiv="Refresh" content="12;URL=http://norefresh.com/";>
+<title>Chapter 2. Vocabulary</title><meta name="generator" content="DocBook 
XSL Stylesheets V1.61.2">
+<link rel="home" href="http://link.com/"; title="JSAP - Java Simple Argument 
Parser (v1.03a)">
+<a href="http://anchor.com/"; title="JSAP - Java Simple Argument Parser 
(v1.03a)">
+<a ^ id=foo ; href="http://badanchor.com/"; :>
+</body>
+</html>
+


=====================================
test/it/unimi/dsi/parser/test.data
=====================================
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<title>Lilypond Snippet Repository ♪♫</title>
+<script type="text/javascript">
+function focus(){}
+</script>
+<style type="text/css">
+@import "/LSR/css/lsr.css";
+a {
+       font-size: 80%;
+       margin: 0em .3em;
+}
+</style>
+</head>
+<body onload="javascript:document.getElementById('q').focus()">
+<div style="text-align: center">
+<h1>The Lilypond Snippet Repository ♪♫</h1>
+<form action="/LSR/Search">
+<p><input type=text name=q id=q maxlength=100><input type=submit value=Search>
+
+</form>
+<div style="white-space: no-wrap">
+<a href="/LSR/html/whatsthis.html">What's this?</a>  
+<a href="/LSR/html/searching.html">Searching the LSR</a>  
+<a href="/LSR/Browse">Browse</a>  
+<a href="/LSR/html/contributing.html">Contributing</a>  
+<a href="https://lsr.dsi.unimi.it/list.php?type=snippet";>Snippet 
database</a></div>
+</div>
+</body>
+</html>
\ No newline at end of file



View it on GitLab: 
https://salsa.debian.org/java-team/libdsiutils-java/-/commit/0d1ac33fdf5cb399693a21e376710500ce7399ee

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libdsiutils-java/-/commit/0d1ac33fdf5cb399693a21e376710500ce7399ee
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to