Hi, alfredo chable torrez In OpenSuse and Mac, only openoffice.home directory is different. others are the same. You can try to get your openoffice.home, try to /opt/openoffice.org4.
The compiled folders include testgui and testuno test cases. These classes files include bvt,fvt,pvt,svt cases. Now bvt classes in testgui/bin/bvt/gui. You needn't care it on the first execution time. BVT package all bvt cases, you can use "run -Dopenoffice.home="/opt/openoffice.org4" -tp bvt" to run all bvt cases. if you want to run single class, you can use "run -Dopenoffice.home="/opt/openoffice.org4" -tc bvt.gui.BasicFunctionTest" bvt.gui.BasicFunctionTest is it's package name+class name, not class directory. Hope to help you. 2013/4/13 alfredo chable torrez <[email protected]> > hi team, i have been solved the error with the jdk, ( > http://imagebin.org/253816) thanks. > Now I would like to know how to start testing? because i'm use openSuSE and > the example in the wiki is for mac. > I don't understand if the address is in the parentheses is the test > folders. > because when I compile appeared two new folders, (testgui and testuno) and > inside these folders there another folder called bin, inside another folder > called bvt and one more called gui, in this last folder is the class > BasicFunctionTest.class (http://imagebin.org/253815) like in the example. > > mi question, which is the right direction for suse testing? or how can i > run this class? > > > Regars. > > Yurggent Alfredo. > > > 2013/4/11 Li Feng Wang <[email protected]> > > > Hi,Claudio Filho > > From your fail log with Oracle JDK and OpenJDK, it may have no any > relation > > with any JDK. > > Your env is OK, Just case fail, for BVT case wrote by GUI, not UNO > > interface. So there may be some case failed. > > > > For GUI case, there may have some offset impact test result. > > first, not do other operation when BVT is running. > > second, if there are fail case, you need check it manually again. > > > > > > > > 2013/4/12 Li Feng Wang <[email protected]> > > > > > hi, alfredo chable torrez, > > > What JDK version of your env, Is it JDK1.5? If yes, you may need > change > > > to JDK1.6 or above. > > > There maybe some code invoke JDK 1.6 API, that cause your compile > error > > > with JDK 1.5. > > > > > > > > > > > > 2013/4/12 alfredo chable torrez <[email protected]> > > > > > >> Hello team, > > >> i have a new error in the compile because the version of javac is > > >> incompatible. > > >> http://imagebin.org/253669 > > >> can you tell me, Why is that? > > >> what can i do? > > >> Regars > > >> > > >> Yurggent Alfredo > > >> > > >> > > >> 2013/4/11 Claudio Filho <[email protected]> > > >> > > >> > Hi > > >> > > > >> > 2013/4/10 Li Feng Wang <[email protected]> > > >> > > I just use Oracle JDK to construct BVT automation , not OpenJDK, > not > > >> > > sure to support OpenJDK in BVT automation. > > >> > > > >> > IMHO, to test BVT with OpenJDK is a good thing. I remember in 2005 > (or > > >> > 2007) when the distros's people (i remember of debian people) that > did > > >> the > > >> > compatibility with OpenJDK into source code. > > >> > > > >> > If we think to hug the linux universe, is important to maintain this > > >> point, > > >> > including BVT. And what I know, today need a small attention in some > > >> > details in programming time. Today, Oracle and Open Java are very > > close. > > >> > > > >> > > You can send your Oracle JDK error log in your reply to all. > > >> > > > >> > I think that the list not support attachs, so I pushed my files in > my > > >> > directory[1]. > > >> > [1]http://people.apache.org/~filhocf/aoo/bvt/ > > >> > > > >> > Bests, > > >> > Claudio > > >> > > > >> > > > > > > > > > > > > -- > > > Best Wishes, LiFeng Wang > > > > > > > > > > > -- > > Best Wishes, LiFeng Wang > > > -- Best Wishes, LiFeng Wang
