You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/01/18 06:08:55 UTC

svn commit: r1232747 - /camel/trunk/components/camel-twitter/src/test/resources/test-options.properties

Author: ningjiang
Date: Wed Jan 18 05:08:55 2012
New Revision: 1232747

URL: http://svn.apache.org/viewvc?rev=1232747&view=rev
Log:
CAMEL-4909 Correct camel-twitter unit test account tokens

Modified:
    camel/trunk/components/camel-twitter/src/test/resources/test-options.properties

Modified: camel/trunk/components/camel-twitter/src/test/resources/test-options.properties
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-twitter/src/test/resources/test-options.properties?rev=1232747&r1=1232746&r2=1232747&view=diff
==============================================================================
--- camel/trunk/components/camel-twitter/src/test/resources/test-options.properties (original)
+++ camel/trunk/components/camel-twitter/src/test/resources/test-options.properties Wed Jan 18 05:08:55 2012
@@ -15,7 +15,8 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-consumer.key=xHW7Fhx2wzu33LMs68C6g
-consumer.secret=bvPpSVCK3dJCGAmmo90qqFFRdlvcyQ4w7oBu5pp4WY
-access.token=107890695-tH3LCcWuGO8XnUIItJXBW9V2uY3avCcjgxHg1BSc
-access.token.secret=c5hbrPwMyVWISIllw4SaSDGxywYBk7sxFXoAaosE
\ No newline at end of file
+#This uses the Twitter 'cameltweet' account for testing purposes.
++consumer.key=NMqaca1bzXsOcZhP2XlwA
++consumer.secret=VxNQiRLwwKVD0K9mmfxlTTbVdgRpriORypnUbHhxeQw
++access.token=26693234-W0YjxL9cMJrC0VZZ4xdgFMymxIQ10LeL1K8YlbBY
++access.token.secret=BZD51BgzbOdFstWZYsqB5p5dbuuDV12vrOdatzhY4E
\ No newline at end of file