File: fix_ascii_characters_mapping

package info (click to toggle)
biojava4-live 4.2.12%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 107,344 kB
  • sloc: java: 246,196; xml: 27,590; sh: 95; makefile: 86; python: 64
file content (17 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Subject: ASCII error in pbuilder
Description: unmappable character for encoding ASCII
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2012-12-05
Forwarded: yes
Bug: http://code.google.com/p/forester/issues/detail?id=1
--- a/biojava-forester/src/main/java/org/forester/test/Test.java
+++ b/biojava-forester/src/main/java/org/forester/test/Test.java
@@ -2080,7 +2080,7 @@
                 return false;
             }
             if ( !( t3_rt.getNode( "root node" ).getNodeData().getReference().getDescription()
-                    .equals( "Aguinaldo, A. M. A.; J. M. Turbeville, L. S. Linford, M. C. Rivera, J. R. Garey, R. A. Raff, & J. A. Lake (1997). \"Evidence for a clade of nematodes, arthropods and other moulting animals\". Nature 387 (6632): 489–493." ) ) ) {
+                    .equals( "Aguinaldo, A. M. A.; J. M. Turbeville, L. S. Linford, M. C. Rivera, J. R. Garey, R. A. Raff, & J. A. Lake (1997). \"Evidence for a clade of nematodes, arthropods and other moulting animals\". Nature 387 (6632): 489-493." ) ) ) {
                 return false;
             }
             if ( !t3_rt.getNode( "root node" ).getNodeData().getTaxonomy().getTaxonomyCode().equals( "ECDYS" ) ) {