Was this change intended?
Maybe the \uXXXX are to be written there.... or maybe they only are
meaningless sustem.out...

Stefano

[EMAIL PROTECTED] ha scritto:
> Modified: 
> james/server/sandbox/seda-imap-modular/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
> URL: 
> http://svn.apache.org/viewvc/james/server/sandbox/seda-imap-modular/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java?view=diff&rev=542010&r1=542009&r2=542010
> ==============================================================================
> --- 
> james/server/sandbox/seda-imap-modular/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
>  (original)
> +++ 
> james/server/sandbox/seda-imap-modular/phoenix-deployment/src/test/org/apache/james/mailboxmanager/TestUtil.java
>  Sun May 27 10:55:46 2007
> @@ -38,8 +38,8 @@
>              for (int i=0; i< size; i++) {
>                  if (b1[i]!=b2[i]) {
>                      System.out.println("I: "+i+" B1: "+b1[i]+" B2 "+b2[i]);
> -                    System.out.println("B1:"+new String(b1,0,i+1)+"°");
> -                    System.out.println("B2:"+new String(b2,0,i+1)+"°");
> +                    System.out.println("B1:"+new String(b1,0,i+1)+"??");
> +                    System.out.println("B2:"+new String(b2,0,i+1)+"??");
>                      break;
>                  }
>              }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to