You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2015/10/19 07:40:38 UTC

kafka git commit: MINOR: Fixed README examples on running specific tests.

Repository: kafka
Updated Branches:
  refs/heads/trunk ce306ba4e -> 241b9ab58


MINOR: Fixed README examples on running specific tests.

Author: GabrielNicolasAvellaneda <av...@gmail.com>

Reviewers: Ismael Juma, Ewen Cheslack-Postava

Closes #268 from GabrielNicolasAvellaneda/readme-updates


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/241b9ab5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/241b9ab5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/241b9ab5

Branch: refs/heads/trunk
Commit: 241b9ab58dcbde0ca2545fcbaea864d778f4f93d
Parents: ce306ba
Author: Gabriel Avellaneda <av...@gmail.com>
Authored: Sun Oct 18 22:45:27 2015 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Sun Oct 18 22:45:27 2015 -0700

----------------------------------------------------------------------
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/241b9ab5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d714df7..dc15923 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,8 @@ Follow instuctions in http://kafka.apache.org/documentation.html#quickstart
     ./gradlew -Dtest.single=RequestResponseSerializationTest core:test
 
 ### Running a particular test method within a unit test ###
-    ./gradlew core:test --tests kafka.api.test.ProducerFailureHandlingTest.testCannotSendToInternalTopic
-    ./gradlew clients:test --tests org.apache.kafka.clients.producer.MetadataTest.testMetadataUpdateWaitTime
-    
+    ./gradlew core:test --tests kafka.api.ProducerFailureHandlingTest.testCannotSendToInternalTopic
+    ./gradlew clients:test --tests org.apache.kafka.clients.MetadataTest.testMetadataUpdateWaitTime
 
 ### Running a particular unit test with log4j output ###
     change the log4j setting in either clients/src/test/resources/log4j.properties or core/src/test/resources/log4j.properties