You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/08/19 16:14:07 UTC

[cassandra] branch trunk updated: fix typos in test doc

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new fd6f9e6  fix typos in test doc
fd6f9e6 is described below

commit fd6f9e6986f014978d4b6db48290706f976e9e9c
Author: Brandon Williams <br...@apache.org>
AuthorDate: Wed Aug 19 11:13:53 2020 -0500

    fix typos in test doc
---
 doc/source/development/testing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/development/testing.rst b/doc/source/development/testing.rst
index 1f32e12..9fe8693 100644
--- a/doc/source/development/testing.rst
+++ b/doc/source/development/testing.rst
@@ -48,9 +48,9 @@ Unit tests can be run from the command line using the ``ant test`` command, ``an
 
     ant test -Dtest.name=SimpleQueryTest
 
-To run only the ``testStaticCompactTables()`` test method from that class, you would run::
+To run only the ``testTableWithOneClustering()`` test method from that class, you would run::
 
-    ant testsome -Dtest.name=org.apache.cassandra.cql3.SimpleQueryTest -Dtest.methods=testStaticCompactTables
+    ant testsome -Dtest.name=org.apache.cassandra.cql3.SimpleQueryTest -Dtest.methods=testTableWithOneClustering
 
 If you see an error like this::
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org