Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 64574 invoked from network); 25 May 2007 01:13:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 01:13:41 -0000 Received: (qmail 38061 invoked by uid 500); 25 May 2007 01:13:46 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 38036 invoked by uid 500); 25 May 2007 01:13:46 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 38027 invoked by uid 99); 25 May 2007 01:13:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 18:13:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.42.249] (HELO nwk-ea-fw-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 18:13:39 -0700 Received: from d1-sfbay-09.sun.com ([192.18.39.119]) by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l4P1DGHr019711 for ; Thu, 24 May 2007 18:13:18 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-09.sun.com by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JIK00001OP5SZ00@d1-sfbay-09.sun.com> (original mail from Craig.Russell@Sun.COM) for open-jpa-dev@incubator.apache.org; Thu, 24 May 2007 18:13:16 -0700 (PDT) Received: from [192.168.0.11] (c-24-6-172-77.hsd1.ca.comcast.net [24.6.172.77]) by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JIK009SLOQ3TZ30@d1-sfbay-09.sun.com> for open-jpa-dev@incubator.apache.org; Thu, 24 May 2007 18:13:16 -0700 (PDT) Date: Thu, 24 May 2007 18:13:16 -0700 From: Craig L Russell Subject: Re: Test failures In-reply-to: Sender: Craig.Russell@Sun.COM To: open-jpa-dev@incubator.apache.org Message-id: <5C8A6AE1-5AB4-4935-8B11-ECB7C7599852@SUN.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.3) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-160--115066563; micalg=sha1 References: <73B07C80-284D-4130-868C-59274AE638ED@SUN.com> <7262f25e0705241547n675f5296p3636956b27dd516@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-160--115066563 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Same here. Craig On May 24, 2007, at 5:28 PM, Pinaki Poddar wrote: > Yes, 'svn clean' was missing. > $ svn switch /path/to/new/location > $ mvn clean package > runs successfully > > > Pinaki Poddar > BEA Systems > 415.402.7317 > > > -----Original Message----- > From: Patrick Linskey [mailto:plinskey@gmail.com] > Sent: Thursday, May 24, 2007 5:48 PM > To: open-jpa-dev@incubator.apache.org > Subject: Re: Test failures > > That sounds like a non-clean database or something. What happens > with a > 'mvn clean' first? > > All tests are passing on my CI machine. > > -Patrick > > On 5/24/07, Pinaki Poddar wrote: >>> Is it just me, or is integration-test broken? >> Observed the same since did a 'svn switch' >> >> >> Pinaki Poddar >> BEA Systems >> 415.402.7317 >> >> >> -----Original Message----- >> From: Craig.Russell@Sun.COM [mailto:Craig.Russell@Sun.COM] >> Sent: Thursday, May 24, 2007 4:07 PM >> To: open-jpa-dev@incubator.apache.org >> Subject: Test failures >> >> Is it just me, or is integration-test broken? >> >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> ---- >> [INFO] Building OpenJPA JPA JDBC >> [INFO] task-segment: [integration-test] >> [INFO] >> --------------------------------------------------------------------- >> - >> -- >> ---- >> ... >> Everything is fine until this. Something I'm doing wrong perhaps? >> >> Running org.apache.openjpa.persistence.relations.TestLRS >> 0 test INFO [main] openjpa.Runtime - Starting OpenJPA 0.0.0 >> 1 test INFO [main] openjpa.jdbc.JDBC - OpenJPA will now connect >> to the database to attempt to determine what type of database >> dictionary to use. To prevent this connection in the future, set >> your > >> openjpa.jdbc.DBDictionary configuration property to the appropriate >> value for your database (see the documentation for available values). >> 2 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class >> "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.2.2.0 >> - (485682) ,Apache Derby Embedded JDBC Driver 10.2.2.0 - (485682)). >> 0 test INFO [main] openjpa.Runtime - Starting OpenJPA 0.0.0 >> 0 test INFO [main] openjpa.jdbc.JDBC - OpenJPA will now connect >> to the database to attempt to determine what type of database >> dictionary to use. To prevent this connection in the future, set >> your > >> openjpa.jdbc.DBDictionary configuration property to the appropriate >> value for your database (see the documentation for available values). >> 2 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class >> "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.2.2.0 >> - (485682) ,Apache Derby Embedded JDBC Driver 10.2.2.0 - (485682)). >> 0 test INFO [main] openjpa.Runtime - Starting OpenJPA 0.0.0 >> 0 test INFO [main] openjpa.jdbc.JDBC - OpenJPA will now connect >> to the database to attempt to determine what type of database >> dictionary to use. To prevent this connection in the future, set >> your > >> openjpa.jdbc.DBDictionary configuration property to the appropriate >> value for your database (see the documentation for available values). >> 1 test INFO [main] openjpa.jdbc.JDBC - Using dictionary class >> "org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.2.2.0 >> - (485682) ,Apache Derby Embedded JDBC Driver 10.2.2.0 - (485682)). >> Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.205 >> sec <<< FAILURE! >> testEMClear(org.apache.openjpa.persistence.relations.TestLRS) Time >> elapsed: 0.095 sec <<< FAILURE! >> junit.framework.AssertionFailedError: expected:<3> but was:<6> >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.failNotEquals(Assert.java:282) >> at junit.framework.Assert.assertEquals(Assert.java:64) >> at junit.framework.Assert.assertEquals(Assert.java:201) >> at junit.framework.Assert.assertEquals(Assert.java:207) >> at >> org.apache.openjpa.persistence.relations.TestLRS.assertLRS >> (TestLRS.java:92) >> at >> org.apache.openjpa.persistence.relations.TestLRS.testEMClear >> (TestLRS.java:62) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at junit.framework.TestCase.runTest(TestCase.java:154) >> at junit.framework.TestCase.runBare(TestCase.java:127) >> at junit.framework.TestResult$1.protect(TestResult.java:106) >> at > junit.framework.TestResult.runProtected(TestResult.java:124) >> at junit.framework.TestResult.run(TestResult.java:109) >> at junit.framework.TestCase.run(TestCase.java:118) >> at junit.framework.TestSuite.runTest(TestSuite.java:208) >> at junit.framework.TestSuite.run(TestSuite.java:203) >> at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown >> Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.apache.maven.surefire.junit.JUnitTestSet.execute >> (JUnitTestSet.java:210) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes >> t >> Se >> t(AbstractDirectoryTestSuite.java:135) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute >> (AbstractDirectoryTestSuite.java:122) >> at org.apache.maven.surefire.Surefire.run(Surefire.java:129) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess >> (SurefireBooter.java:225) >> at org.apache.maven.surefire.booter.SurefireBooter.main >> (SurefireBooter.java:747) >> >> testEMClose(org.apache.openjpa.persistence.relations.TestLRS) Time >> elapsed: 0.053 sec <<< FAILURE! >> junit.framework.AssertionFailedError: expected:<3> but was:<6> >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.failNotEquals(Assert.java:282) >> at junit.framework.Assert.assertEquals(Assert.java:64) >> at junit.framework.Assert.assertEquals(Assert.java:201) >> at junit.framework.Assert.assertEquals(Assert.java:207) >> at >> org.apache.openjpa.persistence.relations.TestLRS.assertLRS >> (TestLRS.java:92) >> at >> org.apache.openjpa.persistence.relations.TestLRS.testEMClose >> (TestLRS.java:72) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at junit.framework.TestCase.runTest(TestCase.java:154) >> at junit.framework.TestCase.runBare(TestCase.java:127) >> at junit.framework.TestResult$1.protect(TestResult.java:106) >> at > junit.framework.TestResult.runProtected(TestResult.java:124) >> at junit.framework.TestResult.run(TestResult.java:109) >> at junit.framework.TestCase.run(TestCase.java:118) >> at junit.framework.TestSuite.runTest(TestSuite.java:208) >> at junit.framework.TestSuite.run(TestSuite.java:203) >> at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown >> Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.apache.maven.surefire.junit.JUnitTestSet.execute >> (JUnitTestSet.java:210) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes >> t >> Se >> t(AbstractDirectoryTestSuite.java:135) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute >> (AbstractDirectoryTestSuite.java:122) >> at org.apache.maven.surefire.Surefire.run(Surefire.java:129) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess >> (SurefireBooter.java:225) >> at org.apache.maven.surefire.booter.SurefireBooter.main >> (SurefireBooter.java:747) >> >> testDetachCopy(org.apache.openjpa.persistence.relations.TestLRS) >> Time elapsed: 0.05 sec <<< FAILURE! >> junit.framework.AssertionFailedError: expected:<3> but was:<6> >> at junit.framework.Assert.fail(Assert.java:47) >> at junit.framework.Assert.failNotEquals(Assert.java:282) >> at junit.framework.Assert.assertEquals(Assert.java:64) >> at junit.framework.Assert.assertEquals(Assert.java:201) >> at junit.framework.Assert.assertEquals(Assert.java:207) >> at >> org.apache.openjpa.persistence.relations.TestLRS.assertLRS >> (TestLRS.java:92) >> at >> org.apache.openjpa.persistence.relations.TestLRS.testDetachCopy >> (TestLRS.java:81) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at junit.framework.TestCase.runTest(TestCase.java:154) >> at junit.framework.TestCase.runBare(TestCase.java:127) >> at junit.framework.TestResult$1.protect(TestResult.java:106) >> at > junit.framework.TestResult.runProtected(TestResult.java:124) >> at junit.framework.TestResult.run(TestResult.java:109) >> at junit.framework.TestCase.run(TestCase.java:118) >> at junit.framework.TestSuite.runTest(TestSuite.java:208) >> at junit.framework.TestSuite.run(TestSuite.java:203) >> at sun.reflect.GeneratedMethodAccessor103.invoke(Unknown >> Source) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at org.apache.maven.surefire.junit.JUnitTestSet.execute >> (JUnitTestSet.java:210) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTes >> t >> Se >> t(AbstractDirectoryTestSuite.java:135) >> at >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute >> (AbstractDirectoryTestSuite.java:122) >> at org.apache.maven.surefire.Surefire.run(Surefire.java:129) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke >> (NativeMethodAccessorImpl.java:39) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke >> (DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess >> (SurefireBooter.java:225) >> at org.apache.maven.surefire.booter.SurefireBooter.main >> (SurefireBooter.java:747) >> >> Craig Russell >> Architect, Sun Java Enterprise System http://java.sun.com/products/ >> jdo >> 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! >> >> >> Notice: This email message, together with any attachments, may > contain information of BEA Systems, Inc., its subsidiaries and > affiliated entities, that may be confidential, proprietary, > copyrighted and/or legally privileged, and is intended solely for the > use of the individual or entity named in this message. If you are not > the intended recipient, and have received this message in error, > please > immediately return this by email and then delete it. >> > > > -- > Patrick Linskey > 202 669 5907 > > Notice: This email message, together with any attachments, may > contain information of BEA Systems, Inc., its subsidiaries > and affiliated entities, that may be confidential, proprietary, > copyrighted and/or legally privileged, and is intended solely for > the use of the individual or entity named in this message. If you > are not the intended recipient, and have received this message in > error, please immediately return this by email and then delete it. Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-160--115066563 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICECpJVMO68ii+Xfsc1O1YYFIwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MTIwOTE5NTEwNVoXDTA3MTIwOTE5NTEw NVowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMNAB4Ih+ShsCt89HzqIdwEx8L4o1UHiY6V7 16mrCedfd4Y0/uI7z9Zam8ysgEh+F7aDnQEKmEsVFN35G4nPMfLU6dZYkvADwUjbq82t/dJ3FDDg Q945nHHpqECZff/S/UMho9AFfj6PZvZBAlDCJAayb4RdKIlfuvPW9YcQStQ1IfVJcVuKnC0Q+tdc a4A7zn7IzLOQohO1lTc3hXSBigEIGiGYn6Ny0wmexfA3X1WsXekFx5czd+M4GjDjswn8CNoBmnBr jOTGK1mOsXR6GSRHnly2s9xTdE4qv9qimM+7C2yzMHbKcszV7OQoLsRsZKDh+6u9wYU+TrjcY4ym bA8CAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEFBQADgYEAU/EpPDztnb55Fz7iGSVm1mYEVj5m2OQKTYG26POUAomCBRrt /CdBBvqYmcHUTpra0qLELHAQadYFl2v11iQkqwF5PPJs19oU/zA0m5qFnOMTAiCvel7IprIwA2r6 eJR9siaPwDRgVJ/Sj71dD+utwf+nRrNy0/7PMNK5y+ocsYQwggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECECpJVMO68ii+Xfsc1O1YYFIwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwNTI1MDExMzE2WjAjBgkqhkiG9w0B CQQxFgQUMPGuxNYir0xXvomPvVgatR13b+cwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAqSVTDuvIovl37HNTtWGBSMIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAq SVTDuvIovl37HNTtWGBSMA0GCSqGSIb3DQEBAQUABIIBAA74nYmYNM1lqRkH4Euv7LfVwibOgzH+ 0L3GDOVgWF3j4bmgD8RMgNqMn0TXtBf1ACWfOBb/N1uqm0iaPPjNcf0iGpS50a1ZGqa70t+kKnqu AXLFm4zw9KG83xUhARrlYN9I3gPtteocMs3+WQ8UP7Ds+9Xxpub+RFVDUXq6ijh+EcafUJMxExr2 50GFvWpJx/nGJH62l8eDeQpUcCRIXp54NJoBtk7Zw7Wv8KPShGvaMi3Gma/YnmIF+cZMwtWqTmN+ UVggazluUHOGuhMwOu5erShS5SEv/F/decrxF63ohqOjb2HzPXQCqtZSIL33Ti7FBoIwCdAOkyW5 wmeanR4AAAAAAAA= --Apple-Mail-160--115066563--